You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
496 B
Django/Jinja
18 lines
496 B
Django/Jinja
|
|
((=- Default to the notebook output style -=))
|
|
((*- if not cell_style is defined -*))
|
|
((* set cell_style = 'style_jupyter.tex.j2' *))
|
|
((*- endif -*))
|
|
|
|
((=- Inherit from the specified cell style. -=))
|
|
((* extends cell_style *))
|
|
|
|
|
|
%===============================================================================
|
|
% Latex Article
|
|
%===============================================================================
|
|
|
|
((*- block docclass -*))
|
|
\documentclass[11pt]{article}
|
|
((*- endblock docclass -*))
|