25 lines
505 B
Text
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 *))
|
|
|