Rename ma folder -> thesis
This commit is contained in:
parent
50998fcfb9
commit
e87677ca40
32 changed files with 1 additions and 1 deletions
25
thesis/resources/nbexport.tplx
Normal file
25
thesis/resources/nbexport.tplx
Normal file
|
|
@ -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 *))
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue