diff options
Diffstat (limited to 'thesis/resources/nbexport.tplx')
-rw-r--r-- | thesis/resources/nbexport.tplx | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/thesis/resources/nbexport.tplx b/thesis/resources/nbexport.tplx new file mode 100644 index 0000000..f3f47bc --- /dev/null +++ b/thesis/resources/nbexport.tplx @@ -0,0 +1,25 @@ + +((*- 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 *)) + |