Add document (structure)
This commit is contained in:
parent
4d03370c6c
commit
766c4f215f
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
|
example.pdf
|
||||||
## Core latex/pdflatex auxiliary files:
|
## Core latex/pdflatex auxiliary files:
|
||||||
*.aux
|
*.aux
|
||||||
*.lof
|
*.lof
|
||||||
|
|
|
||||||
35
example.tex
Normal file
35
example.tex
Normal file
|
|
@ -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}
|
||||||
Loading…
Reference in a new issue