article.tplx
16 lines
| 463 B
| text/plain
|
TextLexer
Jonathan Frederic
|
r12665 | ||
Jonathan Frederic
|
r12728 | % Default to the notebook output style | |
Jonathan Frederic
|
r12668 | ((* if not cell_style is defined *)) | |
Jonathan Frederic
|
r12750 | ((* set cell_style = 'style_ipython.tplx' *)) | |
Jonathan Frederic
|
r12668 | ((* endif *)) | |
% Inherit from the specified cell style. | |||
((* extends cell_style *)) | |||
%=============================================================================== | |||
% Latex Article | |||
%=============================================================================== | |||
((* block docclass *)) | |||
\documentclass{article} | |||
((* endblock docclass *)) |