Add document (structure)

This commit is contained in:
Michael Baumgartner 2024-03-30 14:23:31 +01:00
parent 4d03370c6c
commit 766c4f215f
Signed by: BaumiCoder
GPG key ID: 0E6AD690E6659C65
2 changed files with 36 additions and 0 deletions

1
.gitignore vendored
View file

@ -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
View 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}