##// END OF EJS Templates
Added missing closing curly bracket
Added missing closing curly bracket

File last commit:

r12668:14c7e573
r12683:857f525d
Show More
latex_article.tplx
20 lines | 638 B | text/plain | TextLexer
%===============================================================================
% Cell style
%===============================================================================
% 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 *))