diff --git a/.gitignore b/.gitignore index 0daddbb..8e1cf00 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +example.pdf ## Core latex/pdflatex auxiliary files: *.aux *.lof diff --git a/example.tex b/example.tex new file mode 100644 index 0000000..e23566e --- /dev/null +++ b/example.tex @@ -0,0 +1,35 @@ +% !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}