##// END OF EJS Templates
Separate input and output group from null template...
Separate input and output group from null template This should make it easier to support input output cell styles

File last commit:

r12656:f2eecfc5
r12657:412a614b
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 *))