summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hepthesis/example/mwe.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/hepthesis/example/mwe.tex')
-rw-r--r--macros/latex/contrib/hepthesis/example/mwe.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/macros/latex/contrib/hepthesis/example/mwe.tex b/macros/latex/contrib/hepthesis/example/mwe.tex
new file mode 100644
index 0000000000..253311e998
--- /dev/null
+++ b/macros/latex/contrib/hepthesis/example/mwe.tex
@@ -0,0 +1,13 @@
+\documentclass[oneside]{hepthesis}
+
+\begin{document}
+ \begin{frontmatter}
+ \tableofcontents
+ \end{frontmatter}
+
+ \begin{mainmatter}
+ \chapter{Introduction}
+ lalala
+ \end{mainmatter}
+
+\end{document}