36 lines
596 B
TeX
36 lines
596 B
TeX
% !TeX spellcheck = en_US
|
|
|
|
\documentclass[%
|
|
class=scrreprt,
|
|
USenglish,
|
|
]{se2thesis}
|
|
|
|
\listfiles % Shows used packages (with versions) in LaTeX Log
|
|
|
|
\usepackage{hyperref}
|
|
\usepackage[ngerman,main=USenglish]{babel}
|
|
|
|
\usepackage[%
|
|
csquotes=true,%
|
|
booktabs=true,%
|
|
siunitx=true,%
|
|
minted=true,%
|
|
selnolig=true,%
|
|
widowcontrol=false,%
|
|
microtype=true,%
|
|
biblatex=numeric,%
|
|
cleveref=true,%
|
|
]{se2packages}
|
|
|
|
\author{Michael Baumgartner}
|
|
\title{Example for se2thesis with resq cref}
|
|
|
|
\begin{document}
|
|
|
|
\frontmatter
|
|
\maketitle
|
|
|
|
\mainmatter
|
|
|
|
\end{document}
|