Rename ma folder -> thesis

This commit is contained in:
jaseg 2021-04-09 18:39:18 +02:00
parent 50998fcfb9
commit e87677ca40
32 changed files with 1 additions and 1 deletions

View 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 *))