se2thesis_test/example.tex

36 lines
596 B
TeX
Raw Normal View History

2024-03-30 14:23:31 +01:00
% !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}