Remove more German
This commit is contained in:
parent
e5744491ab
commit
1b7e6fad41
2 changed files with 9 additions and 17 deletions
24
main.tex
24
main.tex
|
@ -138,9 +138,9 @@ geschlechtsunabh"angig verstanden werden soll.
|
||||||
|
|
||||||
%====================================================================================
|
%====================================================================================
|
||||||
\allAuth
|
\allAuth
|
||||||
\selectlanguage{ngerman}
|
|
||||||
\clearpage\vfill\newpage{}
|
\clearpage\vfill\newpage{}
|
||||||
%====================================================================================
|
%====================================================================================
|
||||||
|
\begin{otherlanguage}{ngerman}
|
||||||
\section{Erkl"arung der Eigenst"andigkeit der Arbeit}
|
\section{Erkl"arung der Eigenst"andigkeit der Arbeit}
|
||||||
\noindent\\[0mm] EIDESSTATTLICHE ERKLÄRUNG
|
\noindent\\[0mm] EIDESSTATTLICHE ERKLÄRUNG
|
||||||
\\[4mm]
|
\\[4mm]
|
||||||
|
@ -167,38 +167,27 @@ geschlechtsunabh"angig verstanden werden soll.
|
||||||
\rule{70mm}{.5pt}\\
|
\rule{70mm}{.5pt}\\
|
||||||
\hspace*{3mm} Daniel Plank
|
\hspace*{3mm} Daniel Plank
|
||||||
}
|
}
|
||||||
|
\end{otherlanguage}
|
||||||
%====================================================================================
|
%====================================================================================
|
||||||
\clearpage\vfill\newpage{}
|
\clearpage\vfill\newpage{}
|
||||||
\pagenumbering{Roman}
|
\pagenumbering{Roman}
|
||||||
%====================================================================================
|
%====================================================================================
|
||||||
\selectlanguage{english}
|
|
||||||
\renewcommand{\thesection}{\Roman{section}\;}
|
\renewcommand{\thesection}{\Roman{section}\;}
|
||||||
\setcounter{section}{0}
|
\setcounter{section}{0}
|
||||||
\listoffigures\thispagestyle{fancy}
|
\listoffigures\thispagestyle{fancy}
|
||||||
\listoftables\thispagestyle{fancy}
|
\listoftables\thispagestyle{fancy}
|
||||||
\lstlistoflistings\thispagestyle{fancy}
|
\lstlistoflistings\thispagestyle{fancy}
|
||||||
\printbibliography[title={Literaturverzeichnis}]
|
\printbibliography
|
||||||
|
|
||||||
%====================================================================================
|
%====================================================================================
|
||||||
\clearpage\vfill\newpage{}
|
\clearpage\vfill\newpage{}
|
||||||
%====================================================================================
|
%====================================================================================
|
||||||
\noindent\\[-2mm]
|
|
||||||
\hspace*{3mm}{\sc\textbf{\Large Anhang}}
|
|
||||||
\noindent\\[-5mm]
|
|
||||||
%
|
%
|
||||||
%
|
%
|
||||||
\cfoot{Anhang}
|
|
||||||
\addcontentsline{toc}{section}{Anhang}
|
|
||||||
\appendix
|
|
||||||
\renewcommand{\thesection}{\Alph{section}}
|
|
||||||
\setcounter{section}{1}
|
|
||||||
\setcounter{subsection}{0}
|
|
||||||
|
|
||||||
%\subsection{Pflichtenheft}
|
\begin{appendices}
|
||||||
%\input{sections/Anhang/Pflichtenheft/pflichtenheftMR.tex}
|
\cfoot{Appendices}
|
||||||
%
|
\section{Projektmanagement}
|
||||||
%\newpage
|
|
||||||
\subsection{Schlussfolgerung / Projekterfahrung}
|
\subsection{Schlussfolgerung / Projekterfahrung}
|
||||||
\input{sections/Anhang/schlussfolgerung.tex}
|
\input{sections/Anhang/schlussfolgerung.tex}
|
||||||
\subsection{Projektplanung}
|
\subsection{Projektplanung}
|
||||||
|
@ -210,6 +199,7 @@ geschlechtsunabh"angig verstanden werden soll.
|
||||||
%\MR\input{sections/Anhang/Arbeitsnachweis/arbeitsnachweisMR.tex}
|
%\MR\input{sections/Anhang/Arbeitsnachweis/arbeitsnachweisMR.tex}
|
||||||
|
|
||||||
\AB\subfile{sections/vhdl_intro/vhdl_intro.tex}
|
\AB\subfile{sections/vhdl_intro/vhdl_intro.tex}
|
||||||
|
\end{appendices}
|
||||||
|
|
||||||
\clearpage
|
\clearpage
|
||||||
\label{LastPage}
|
\label{LastPage}
|
||||||
|
|
|
@ -447,4 +447,6 @@ minimum height=1cm, align=center, text width=3cm, draw=black, fill=blue!30]
|
||||||
}
|
}
|
||||||
\newcommand{\icode}[1]{\codeBox{\texttt{#1}}}
|
\newcommand{\icode}[1]{\codeBox{\texttt{#1}}}
|
||||||
|
|
||||||
|
\usepackage[title,toc,titletoc,page]{appendix}
|
||||||
|
|
||||||
\sloppy
|
\sloppy
|
||||||
|
|
Loading…
Reference in a new issue