Files
INTUIA/Programa final/_internal/share/jupyter/nbconvert/templates/latex/index.tex.j2
T

18 lines
496 B
Django/Jinja
Raw Normal View History

2026-03-15 13:27:50 +00:00
((=- 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 -*))