primera_parte/latex-template/index.tex.j2 (496B)
1 2 ((=- Default to the notebook output style -=)) 3 ((*- if not cell_style is defined -*)) 4 ((* set cell_style = 'style_jupyter.tex.j2' *)) 5 ((*- endif -*)) 6 7 ((=- Inherit from the specified cell style. -=)) 8 ((* extends cell_style *)) 9 10 11 %=============================================================================== 12 % Latex Article 13 %=============================================================================== 14 15 ((*- block docclass -*)) 16 \documentclass[11pt]{article} 17 ((*- endblock docclass -*))