##// END OF EJS Templates
Cleaned up spacing and removed large comments from...
Cleaned up spacing and removed large comments from final latex output.

File last commit:

r12722:51fa181c
r12722:51fa181c
Show More
latex_book.tplx
28 lines | 887 B | text/plain | TextLexer
Jonathan Frederic
Latex book & article implementations
r12668
% Default to the simple output style
((* if not cell_style is defined *))
((* set cell_style = 'simple_style.tplx' *))
((* endif *))
% Inherit from the specified cell style.
((* extends cell_style *))
%===============================================================================
Jonathan Frederic
Fixed comment
r12679 % Latex Book
Jonathan Frederic
Latex book & article implementations
r12668 %===============================================================================
Jonathan Frederic
Added toc to latex book style
r12680 ((* block predoc *))
((( super() )))
((* block tableofcontents *))\tableofcontents((* endblock tableofcontents *))
((* endblock predoc *))
Jonathan Frederic
Latex book & article implementations
r12668 ((* block docclass *))
\documentclass{book}
((* endblock docclass *))
((* block h1 -*))\part((* endblock h1 -*))
((* block h2 -*))\chapter((* endblock h2 -*))
((* block h3 -*))\section((* endblock h3 -*))
((* block h4 -*))\subsection((* endblock h4 -*))
((* block h5 -*))\subsubsection((* endblock h5 -*))
((* block h6 -*))\paragraph((* endblock h6 -*))