FUCK
Signed-off-by: Tyrolyean <tyrolyean@tyrolyean.net>
This commit is contained in:
parent
5eba41131e
commit
fe5fd915b8
1 changed files with 222 additions and 0 deletions
222
main.tex
Normal file
222
main.tex
Normal file
|
@ -0,0 +1,222 @@
|
|||
\input{preamble.tex}
|
||||
|
||||
\usepackage{subfiles}
|
||||
\begin{document}
|
||||
\selectlanguage{ngerman}
|
||||
% Correct numeral usage in footnotes, figures and listings
|
||||
\renewcommand{\thefootnote}{\Alph{footnote}}
|
||||
\renewcommand{\thelstlisting}{\Roman{lstlisting}}
|
||||
\renewcommand{\thefigure}{\roman{figure}}
|
||||
|
||||
%/*Header-Einstellung*/
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\renewcommand{\sectionmark}[1]{\markright{#1}}
|
||||
\renewcommand{\subsectionmark}[1]{\markright{#1}}
|
||||
\renewcommand{\subsubsectionmark}[1]{\markright{#1}}
|
||||
\chead{}
|
||||
\rhead{}
|
||||
\setlength{\headwidth} {1.0\textwidth}
|
||||
\setlength{\headheight}{12mm}
|
||||
\renewcommand{\headrulewidth}{0.0pt}
|
||||
\renewcommand{\footrulewidth}{0.0pt}
|
||||
|
||||
\addtocounter{page}{1}
|
||||
|
||||
%====================================================================================
|
||||
\begin{titlepage}
|
||||
\begin{center}
|
||||
\begin{minipage}{\linewidth}
|
||||
\begin{center}
|
||||
|
||||
\vspace*{-21mm}
|
||||
\HtlHeader{}
|
||||
\vspace*{-14mm}
|
||||
\noindent%
|
||||
\\[35mm]{\fontsize{25pt}{25pt}\selectfont\bf DIPLOMARBEIT}
|
||||
\\[19mm]{\fontsize{20pt}{20pt}\selectfont\textbf{\textsc{FPGA-basiertes RISC-V-Computersystem: YARM }}}
|
||||
\\[15mm]{\fontsize{12.4pt}{12.4pt}\selectfont\bf
|
||||
Höhere Technische Bundeslehr- und Versuchsanstalt Anichstra"se}
|
||||
\\[ 5mm]\rule{132mm}{1.0pt}
|
||||
\\[ 4mm]{\fontsize{12.4pt}{12.4pt}\selectfont\bf Abteilung}
|
||||
\\[ 5mm]{\fontsize{16pt}{16pt}\selectfont
|
||||
\textbf{\textsc{Elektronik und technische Informatik}}}
|
||||
\\[24mm]{\hspace*{2mm}\parbox{154mm}{\fontsize{12.4pt}{12.4pt}\selectfont
|
||||
\parbox[t]{75mm}{
|
||||
Ausgef"uhrt im Schuljahr 2019/20 von:
|
||||
\\[5.0mm]Armin Brauns 5AHEL
|
||||
\\[2.5mm]Daniel Plank 5BHEL
|
||||
}
|
||||
\hspace*{6mm}
|
||||
\parbox[t]{60mm}{
|
||||
Betreuer/Betreuerin:
|
||||
\\[5.0mm]Dipl.-Ing. Christoph Schönherr
|
||||
}
|
||||
\\[12mm]{Projektpartner: IT-Syndikat, Verein zur Förderung des freien
|
||||
Zugangs zu technischer Fort- und Weiterbildung jeglicher Art, Hackerspace Innsbruck}
|
||||
\\[12mm]{Ansprechpartner: Ing. David Oberhollenzer B.Sc.}
|
||||
\\[14mm]{Innsbruck, am \today}
|
||||
\\[16mm]\rule{150mm}{0.5pt}
|
||||
\\[ 8mm]
|
||||
\parbox[t]{75mm}{
|
||||
Abgabevermerk:
|
||||
\\[3.25mm]Datum:
|
||||
}
|
||||
\hspace*{6mm}
|
||||
\parbox[t]{50mm}{
|
||||
Betreuer/in:
|
||||
}
|
||||
}}
|
||||
\end{center}\hfill
|
||||
\end{minipage}
|
||||
\end{center}
|
||||
\end{titlepage}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\mylinespacing
|
||||
%====================================================================================
|
||||
\clearpage\vfill\newpage{}
|
||||
\pagenumbering{roman}
|
||||
\allAuth
|
||||
\cfoot{\rightmark}
|
||||
\rfoot[\thepage]{\thepage}
|
||||
\renewcommand{\footrulewidth}{0.33pt}
|
||||
%====================================================================================
|
||||
\subsection*{Gendererklärung\markboth{}{Gendererklärung}}
|
||||
\addcontentsline{toc}{section}{Gendererklärung}
|
||||
Aus Gr"unden der besseren Lesbarkeit wird in dieser Diplomarbeit die Sprachform
|
||||
des generischen Maskulinums angewendet. Es wird an dieser Stelle darauf
|
||||
hingewiesen, dass die ausschlie"sliche Verwendung der m"annlichen Form
|
||||
geschlechtsunabh"angig verstanden werden soll.
|
||||
|
||||
This thesis is written in the language form if the generic masculin for improved
|
||||
readability. It is pointed out that all masculin-only uses may and should be
|
||||
interpreted as gender neutral.
|
||||
|
||||
%====================================================================================
|
||||
\clearpage\vfill\newpage{}
|
||||
%====================================================================================
|
||||
\subsection*{Kurzfassung/Abstract\markboth{}{Kurzfassung/Abstract}}
|
||||
\addcontentsline{toc}{section}{Kurzfassung/Abstract}
|
||||
\input{sections/abstract.tex}
|
||||
\newpage
|
||||
\subsection*{Result\markboth{}{Result}}
|
||||
\addcontentsline{toc}{section}{Result}
|
||||
\input{sections/result.tex}
|
||||
\newpage
|
||||
%====================================================================================
|
||||
\pagestyle{plain}
|
||||
\selectlanguage{english}
|
||||
\tableofcontents
|
||||
\newpage
|
||||
\pagestyle{fancy}
|
||||
\cfoot{\rightmark}
|
||||
%====================================================================================
|
||||
\lhead{}
|
||||
\renewcommand{\headrulewidth}{0.4pt}
|
||||
\setcounter{section}{0}
|
||||
\pagenumbering{arabic}
|
||||
|
||||
%\section{Einleitung}
|
||||
%\input{sections/einleitung.tex} TODO
|
||||
|
||||
\section{Task description}
|
||||
\DP\input{planung/DP/aufgabenstellung.tex}
|
||||
|
||||
%\section{Planung}
|
||||
%\DP\input{planung/DP/planung.tex}
|
||||
|
||||
\clearpage
|
||||
\pagestyle{fancy}
|
||||
\section{Hardware peripherials}
|
||||
\DP\input{sections/DP/PARALLELBUS/main.tex}
|
||||
\DP\input{sections/DP/MEAS_TEST/main.tex}
|
||||
\DP\input{sections/DP/CASE_BACKPLANE/main.tex}
|
||||
\DP\input{sections/DP/UART/main.tex}
|
||||
\DP\input{sections/DP/dac/main.tex}
|
||||
\DP\input{sections/DP/fpga_interface/main.tex}
|
||||
\DP\input{sections/DP/textadv/main.tex}
|
||||
\clearpage
|
||||
%\MR\input{sections/Kapitel/MR/EntwicklungAufgaben.tex}
|
||||
|
||||
\subfile{sections/vhdl_intro/vhdl_intro.tex}
|
||||
\subfile{sections/soc/soc.tex}
|
||||
\subfile{sections/core/core.tex}
|
||||
|
||||
%====================================================================================
|
||||
\allAuth
|
||||
\selectlanguage{ngerman}
|
||||
\clearpage\vfill\newpage{}
|
||||
%====================================================================================
|
||||
\section{Erkl"arung der Eigenst"andigkeit der Arbeit}
|
||||
\noindent\\[0mm] EIDESSTATTLICHE ERKLÄRUNG
|
||||
\\[4mm]
|
||||
\parbox{152mm}{
|
||||
Ich erkläre an Eides statt, dass ich die vorliegende Arbeit selbständig und ohne
|
||||
fremde Hilfe verfasst, andere als die angegebenen Quellen und Hilfsmittel nicht
|
||||
benutzt und die den benutzten Quellen wörtlich und inhaltlich entnommenen
|
||||
Stellen als solche erkenntlich gemacht habe. Meine Arbeit darf öffentlich
|
||||
zugänglich gemacht werden, wenn kein Sperrvermerk vorliegt.
|
||||
}
|
||||
\\[19mm]\parbox{80mm}{
|
||||
\rule{60mm}{.5pt}\\
|
||||
\hspace*{3mm}Ort, Datum
|
||||
}
|
||||
\parbox{80mm}{
|
||||
\rule{70mm}{.5pt}\\
|
||||
\hspace*{3mm} Armin Brauns
|
||||
}
|
||||
\\[19mm]\parbox{80mm}{
|
||||
\rule{60mm}{.5pt}\\
|
||||
\hspace*{3mm}Ort, Datum
|
||||
}
|
||||
\parbox{80mm}{
|
||||
\rule{70mm}{.5pt}\\
|
||||
\hspace*{3mm} Daniel Plank
|
||||
}
|
||||
|
||||
%====================================================================================
|
||||
\clearpage\vfill\newpage{}
|
||||
\pagenumbering{Roman}
|
||||
%====================================================================================
|
||||
\selectlanguage{english}
|
||||
\renewcommand{\thesection}{\Roman{section}\;}
|
||||
\setcounter{section}{0}
|
||||
\listoffigures\thispagestyle{fancy}
|
||||
\listoftables\thispagestyle{fancy}
|
||||
\lstlistoflistings\thispagestyle{fancy}
|
||||
\printbibliography[title={Literaturverzeichnis}]
|
||||
|
||||
%====================================================================================
|
||||
\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}
|
||||
%\input{sections/Anhang/Pflichtenheft/pflichtenheftMR.tex}
|
||||
%
|
||||
%\newpage
|
||||
%\subsection{Schlussfolgerung / Projekterfahrung}
|
||||
%\input{sections/Anhang/schlussfolgerung.tex}
|
||||
|
||||
%\subsection{Projektterminplanung}
|
||||
%\MR\input{sections/Anhang/Projektterminplanung/projektterminplanungMR.tex}
|
||||
|
||||
\clearpage
|
||||
%\subsection{Arbeitsnachweis Diplomarbeit}
|
||||
%\MR\input{sections/Anhang/Arbeitsnachweis/arbeitsnachweisMR.tex}
|
||||
|
||||
\label{LastPage}
|
||||
%\addtocontents{toc}{\protect\end{multicols}}
|
||||
\end{document}
|
Loading…
Reference in a new issue