master-thesis/thesis/resources/nbexport.tplx
2021-04-09 18:39:18 +02:00

25 lines
505 B
Text

((*- extends 'article.tplx' -*))
((*- block header -*))
((( super() )))
\pagenumbering{gobble}
((*- endblock header -*))
((* block maketitle *))\vspace*{1cm}((* endblock maketitle *))
((* block stream *))
((*- if output.name != 'stderr' -*))
((( super() )))
((*- endif -*))
((* endblock stream *))
((* block data_text *))
((*- if 'application/vnd.jupyter.widget-view+json' not in output.data -*))
((( super() )))
((*- endif -*))
((* endblock data_text *))