summaryrefslogtreecommitdiff
path: root/thesis/resources/nbexport.tplx
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2021-04-09 18:39:18 +0200
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2021-04-09 18:39:18 +0200
commite87677ca40c9c2fa754a006a714e61a7ee4cc2e8 (patch)
tree4fb1e428390e3b49f83790d828406652ebb33ce9 /thesis/resources/nbexport.tplx
parent50998fcfb916ae251309bd4b464f2c122e8cb30d (diff)
downloadmaster-thesis-e87677ca40c9c2fa754a006a714e61a7ee4cc2e8.tar.gz
master-thesis-e87677ca40c9c2fa754a006a714e61a7ee4cc2e8.tar.bz2
master-thesis-e87677ca40c9c2fa754a006a714e61a7ee4cc2e8.zip
Rename ma folder -> thesis
Diffstat (limited to 'thesis/resources/nbexport.tplx')
-rw-r--r--thesis/resources/nbexport.tplx25
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 *))
+