summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hepthesis/example/mwe.tex
blob: 253311e9987a21f64fcb96cc319ad0e496f07f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\documentclass[oneside]{hepthesis}

\begin{document}
  \begin{frontmatter}
    \tableofcontents
  \end{frontmatter}

  \begin{mainmatter}
    \chapter{Introduction}
      lalala
  \end{mainmatter}

\end{document}