##// END OF EJS Templates
Added citation support to latex templates
Added citation support to latex templates

File last commit:

r12732:8607c66b
r12738:314de84b
Show More
latex_article.tplx
16 lines | 463 B | text/plain | TextLexer
% Default to the notebook output style
((* if not cell_style is defined *))
((* set cell_style = 'ipython_style.tplx' *))
((* endif *))
% Inherit from the specified cell style.
((* extends cell_style *))
%===============================================================================
% Latex Article
%===============================================================================
((* block docclass *))
\documentclass{article}
((* endblock docclass *))