##// END OF EJS Templates
Fixed spacing of simple output style
Fixed spacing of simple output style

File last commit:

r12656:f2eecfc5
r12723:9147e0c6
Show More
abstract.tplx
19 lines | 611 B | text/plain | TextLexer
((= Latex abstract template (must inherit)
This template is the basic structure of all latex documents. =))
((*- extends 'display_priority.tplx' -*))
((* block header *))
((* block docclass *))((* endblock docclass *))
((* block packages *))((* endblock packages *))
((* block definitions *))((* endblock definitions *))
((* block commands *))((* endblock commands *))
((* endblock header *))
((* block body *))
\begin{document}
((* block predoc *))((* endblock predoc *))
((( super() )))
((* block postdoc *))((* endblock postdoc *))
\end{document}
((* endblock body *))