changed style

This commit is contained in:
paul-loedige 2021-01-20 15:28:46 +01:00
parent 59b657134e
commit 06d7d532be
12 changed files with 34 additions and 63 deletions

4
.gitignore vendored
View File

@ -3,8 +3,8 @@
!*.bib
!images
!images/*
!sections
!sections/*
!chapters
!chapters/*
!appendix
!appendix/*
!.gitignore

6
Acronyms.tex Normal file
View File

@ -0,0 +1,6 @@
%%
% list of acronyms
%%
\makeglossaries
\newacronym{empl}{EXMPL}{example}

View File

@ -1,17 +0,0 @@
\pagenumbering{Roman}
%glossary
\printglossary
\newpage
%bibliography
\bibliographystyle{plainnat}
\bibliography{Bibliography.bib}
\newpage
%appendix
\appendix
\section{Anhang}
\input{appendix/ExampleAppendix.tex}

View File

@ -1,4 +0,0 @@
@article{example,
author = "some author",
title = "some title"
}

View File

@ -1,4 +1,4 @@
%all the main content goes here
\pagenumbering{arabic}
\input{sections/ExampleSection.tex}
\input{chapters/ExampleChapter.tex}

View File

@ -1,12 +0,0 @@
%%
% all references for the glossary as well as the abbreviation list
%%
\makeglossaries
\newglossaryentry{example}{
name=example,
description={example glossary entry}
}
\newacronym{empl}{EXMPL}{example}

View File

@ -1,18 +1,9 @@
%all content that contains information about the main content (e.g. abbreviations)
\pagenumbering{roman}
%table of contents
\tableofcontents
\clearpage
%list of figures
\listoffigures
\clearpage
%list of tables
\listoftables
\clearpage
%abbreviations
\printglossary[type=\acronymtype, title=Abkürzungsverzeichnis]
\printglossaries

View File

@ -1,14 +1,16 @@
%page format
\usepackage[
a4paper,
top=35mm,right=20mm,bottom=30mm,left=20mm,
headheight=25mm
]{geometry}
%header content
\fancypagestyle{plain}{
\pagestyle{fancy}
\fancyhf{}
\chead{\textbf{Zusammenfassung \MODULE}}
\lfoot{\AUTHORCOMPACT~|~\DATE}
\rfoot{\thepage}
}
\pagestyle{fancy}
\fancyhf{}
\rhead{\textbf{Zusammenfassung\\\MODULE}}
\lhead{\large\leftmark}
\chead{\includesvg[width=20mm]{./images/TH_OWL_Logo_small}}
\lhead{\large\rightmark}
\chead{\textbf{Zusammenfassung \MODULE \\\vspace{2mm}}}
\rhead{\leftmark}
\lfoot{\AUTHORCOMPACT~|~\DATE}
\rfoot{\thepage}

View File

@ -1,4 +1,10 @@
\documentclass[a4paper,12pt,oneside]{scrartcl}
\documentclass[a4paper,12pt,oneside]{scrbook}
%page format
\usepackage[
a4paper,
top=35mm,right=20mm,bottom=30mm,left=20mm,
headheight=25mm
]{geometry}
\input{Packages.tex}
\input{Style.tex}
@ -9,7 +15,7 @@
\def \AUTHORCOMPACT{Example Author}
\def \DATE{Example Date}
\input{Glossary.tex}
\input{Acronyms.tex}
\begin{document}
@ -22,6 +28,4 @@
\input{Content.tex}
\clearpage
\input{Addendum.tex}
\end{document}

View File

@ -1,2 +0,0 @@
\subsection{Example Appendix}
Example Appendix Text.

View File

@ -0,0 +1,5 @@
\chapter{Example Chapter}
Example Text using \acrshort{empl}.
\clearpage
\section{Example Section}
Example Page 2

View File

@ -1,2 +0,0 @@
\section{Example Section}
Example Text \gls{example} using \acrshort{empl} and also citing \cite{example}