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