generated from TH_General/Template_Document
changed style
This commit is contained in:
parent
59b657134e
commit
06d7d532be
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,8 +3,8 @@
|
||||
!*.bib
|
||||
!images
|
||||
!images/*
|
||||
!sections
|
||||
!sections/*
|
||||
!chapters
|
||||
!chapters/*
|
||||
!appendix
|
||||
!appendix/*
|
||||
!.gitignore
|
||||
|
6
Acronyms.tex
Normal file
6
Acronyms.tex
Normal file
@ -0,0 +1,6 @@
|
||||
%%
|
||||
% list of acronyms
|
||||
%%
|
||||
\makeglossaries
|
||||
|
||||
\newacronym{empl}{EXMPL}{example}
|
17
Addendum.tex
17
Addendum.tex
@ -1,17 +0,0 @@
|
||||
\pagenumbering{Roman}
|
||||
|
||||
%glossary
|
||||
\printglossary
|
||||
|
||||
\newpage
|
||||
|
||||
%bibliography
|
||||
\bibliographystyle{plainnat}
|
||||
\bibliography{Bibliography.bib}
|
||||
|
||||
\newpage
|
||||
|
||||
%appendix
|
||||
\appendix
|
||||
\section{Anhang}
|
||||
\input{appendix/ExampleAppendix.tex}
|
@ -1,4 +0,0 @@
|
||||
@article{example,
|
||||
author = "some author",
|
||||
title = "some title"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
%all the main content goes here
|
||||
\pagenumbering{arabic}
|
||||
|
||||
\input{sections/ExampleSection.tex}
|
||||
\input{chapters/ExampleChapter.tex}
|
12
Glossary.tex
12
Glossary.tex
@ -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}
|
11
Preface.tex
11
Preface.tex
@ -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
|
20
Style.tex
20
Style.tex
@ -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}
|
@ -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}
|
@ -1,2 +0,0 @@
|
||||
\subsection{Example Appendix}
|
||||
Example Appendix Text.
|
5
chapters/ExampleChapter.tex
Normal file
5
chapters/ExampleChapter.tex
Normal file
@ -0,0 +1,5 @@
|
||||
\chapter{Example Chapter}
|
||||
Example Text using \acrshort{empl}.
|
||||
\clearpage
|
||||
\section{Example Section}
|
||||
Example Page 2
|
@ -1,2 +0,0 @@
|
||||
\section{Example Section}
|
||||
Example Text \gls{example} using \acrshort{empl} and also citing \cite{example}
|
Loading…
x
Reference in New Issue
Block a user