latex_article.tplx
20 lines
| 638 B
| text/plain
|
TextLexer
Jonathan Frederic
|
r12665 | ||
Jonathan Frederic
|
r12668 | %=============================================================================== | |
% Cell style | |||
%=============================================================================== | |||
Jonathan Frederic
|
r12665 | ||
Jonathan Frederic
|
r12668 | % Default to the simple output style | |
((* if not cell_style is defined *)) | |||
((* set cell_style = 'notebook_style.tplx' *)) | |||
((* endif *)) | |||
% Inherit from the specified cell style. | |||
((* extends cell_style *)) | |||
%=============================================================================== | |||
% Latex Article | |||
%=============================================================================== | |||
((* block docclass *)) | |||
\documentclass{article} | |||
((* endblock docclass *)) |