report.tplx
26 lines
| 775 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 *)) | ||
jakobgager
|
r20586 | |||
((* block markdowncell scoped *)) | ||||
((( cell.source | citation2latex | strip_files_prefix | markdown2latex(extra_args=["--chapters"]) ))) | ||||
((* endblock markdowncell *)) | ||||