added gender-disclaimer
This commit is contained in:
parent
911370409b
commit
87bea11af6
11
main.tex
11
main.tex
|
@ -55,10 +55,11 @@
|
|||
\input{pages/page-01-title}
|
||||
\input{pages/page-02-indipendence-declaration}
|
||||
\input{pages/page-03-lock-notice}
|
||||
\input{pages/page-04-abstract}
|
||||
\input{pages/page-05-summary}
|
||||
\input{pages/page-06-preface}
|
||||
\input{pages/page-07-indices}
|
||||
\input{pages/page-04-geschlechter-hinweis.tex}
|
||||
\input{pages/page-05-abstract.tex}
|
||||
\input{pages/page-06-summary.tex}
|
||||
\input{pages/page-07-preface.tex}
|
||||
\input{pages/page-08-indices.tex}
|
||||
|
||||
% =====================================================================
|
||||
% chapter
|
||||
|
@ -68,6 +69,6 @@
|
|||
\pagestyle{fancy}
|
||||
\fancyhead[L]{\nouppercase{\leftmark}}
|
||||
% include all used chapters
|
||||
\input{pages/page-08-chapter}
|
||||
\input{pages/page-09-chapter.tex}
|
||||
|
||||
\end{document}
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
\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
|
Reference in New Issue