##// END OF EJS Templates
Fixed spacing of simple output style
Fixed spacing of simple output style

File last commit:

r12722:51fa181c
r12723:9147e0c6
Show More
latex_article.tplx
16 lines | 462 B | text/plain | TextLexer
% 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 *))