Compare commits
No commits in common. "a3a8402acf3bd5d6d11d83d899b67b9ead261126" and "0458d8b744813ab6f50a89b2e4698fb315176a93" have entirely different histories.
a3a8402acf
...
0458d8b744
|
@ -1 +0,0 @@
|
||||||
\input{chapter/chapter-introduction}
|
|
11
main.tex
11
main.tex
|
@ -59,11 +59,10 @@
|
||||||
\input{pages/page-01-title}
|
\input{pages/page-01-title}
|
||||||
\input{pages/page-02-indipendence-declaration}
|
\input{pages/page-02-indipendence-declaration}
|
||||||
\input{pages/page-03-lock-notice}
|
\input{pages/page-03-lock-notice}
|
||||||
\input{pages/page-04-geschlechter-hinweis.tex}
|
\input{pages/page-04-abstract}
|
||||||
\input{pages/page-05-abstract.tex}
|
\input{pages/page-05-summary}
|
||||||
\input{pages/page-06-summary.tex}
|
\input{pages/page-06-preface}
|
||||||
\input{pages/page-07-preface.tex}
|
\input{pages/page-07-indices}
|
||||||
\input{pages/page-08-indices.tex}
|
|
||||||
|
|
||||||
% =====================================================================
|
% =====================================================================
|
||||||
% chapter
|
% chapter
|
||||||
|
@ -73,7 +72,7 @@
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\fancyhead[L]{\nouppercase{\leftmark}}
|
\fancyhead[L]{\nouppercase{\leftmark}}
|
||||||
% include all used chapters
|
% include all used chapters
|
||||||
\input{config/chapter.tex}
|
\input{pages/page-08-chapter}
|
||||||
|
|
||||||
% source references follow content of article
|
% source references follow content of article
|
||||||
\input{pages/page-09-bibliography}
|
\input{pages/page-09-bibliography}
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
\addcontentsline{toc}{section}{Gender-Hinweis}
|
|
||||||
\cleardoublepage
|
|
||||||
\begin{center}
|
|
||||||
\vspace*{2cm}
|
|
||||||
\Huge\bf Gender-Hinweis\\
|
|
||||||
\vspace*{2cm}
|
|
||||||
\large\rm
|
|
||||||
\begin{quotation}
|
|
||||||
Zur besseren Lesbarkeit wird in dieser Hausarbeit das generische Maskulinum verwendet. Die in dieser Arbeit verwendeten Personenbezeichnungen beziehen sich – sofern nicht anders kenntlich gemacht – auf alle Geschlechter.
|
|
||||||
\end{quotation}
|
|
||||||
\end{center}
|
|
||||||
\thispagestyle{empty}
|
|
||||||
\newpage
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
% =====================================================================
|
||||||
|
% Every chapter used in the document has to be included here
|
||||||
|
|
||||||
|
% include actual chapters
|
||||||
|
\input{chapter/chapter-introduction}
|
Reference in New Issue