report.tplx
22 lines
| 608 B
| text/plain
|
TextLexer
Jonathan Frederic
|
r12668 | |||
Jonathan Frederic
|
r12728 | % Default to the notebook output style | ||
Jonathan Frederic
|
r12668 | ((* if not cell_style is defined *)) | ||
Jonathan Frederic
|
r12741 | ((* set cell_style = 'style_ipython.tplx' *)) | ||
Jonathan Frederic
|
r12668 | ((* endif *)) | ||
% Inherit from the specified cell style. | ||||
((* extends cell_style *)) | ||||
%=============================================================================== | ||||
Jonathan Frederic
|
r12679 | % Latex Book | ||
Jonathan Frederic
|
r12668 | %=============================================================================== | ||
Jonathan Frederic
|
r12680 | ((* block predoc *)) | ||
((( super() ))) | ||||
((* block tableofcontents *))\tableofcontents((* endblock tableofcontents *)) | ||||
((* endblock predoc *)) | ||||
Jonathan Frederic
|
r12668 | ((* block docclass *)) | ||
Jonathan Frederic
|
r12732 | \documentclass{report} | ||
Jonathan Frederic
|
r12668 | ((* endblock docclass *)) | ||