141 lines
3.2 KiB
TeX
Executable File
141 lines
3.2 KiB
TeX
Executable File
\documentclass[12pt,oneside]{scrreprt}
|
|
%
|
|
\usepackage{a4}
|
|
\usepackage{float}
|
|
\usepackage{graphicx}
|
|
\usepackage[ngerman]{babel}
|
|
\usepackage[latin1]{inputenc}
|
|
\usepackage{tabularx}
|
|
\usepackage{helvet} %Arial
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{booktabs}
|
|
\usepackage{multirow}
|
|
\usepackage{amsmath,amsthm,amssymb}
|
|
\usepackage{wasysym}
|
|
\usepackage{lscape}
|
|
\usepackage{rotating}
|
|
\usepackage[version=3]{mhchem}
|
|
\usepackage[squaren]{SIunits}
|
|
\usepackage{here}
|
|
\usepackage{paralist}
|
|
\usepackage{multicol}
|
|
\usepackage{color}
|
|
\usepackage[normalem]{ulem}
|
|
\usepackage{eurosym}
|
|
\usepackage{longtable}
|
|
\usepackage{tocloft}
|
|
\usepackage{pdfpages}
|
|
%
|
|
%--------Kapitelueberschriften
|
|
\setkomafont{sectioning}{\normalfont \normalcolor \bfseries}
|
|
%------------Bidunterschriften----------------------
|
|
%
|
|
\usepackage[margin=10pt, font=small, labelfont=bf, labelsep=endash]{caption}
|
|
\numberwithin{figure}{section}
|
|
%
|
|
%-----------------Abbildungsverzeichnis-abstaende
|
|
\setlength{\cftfignumwidth}{3em}
|
|
\setlength{\cfttabnumwidth}{3em}
|
|
%------------------Seitenlayout--------------------------
|
|
%
|
|
\setlength{\topmargin}{-10mm}
|
|
\setlength{\headheight}{15pt}
|
|
\setlength{\textwidth}{160mm}
|
|
\setlength{\footskip}{20mm}
|
|
%
|
|
\parindent0mm
|
|
%
|
|
%------Kopfzeile------------
|
|
\usepackage{vt2_sda_headings}
|
|
%
|
|
%Literaturverzeichnis Packete
|
|
%
|
|
\usepackage[square]{natbib}
|
|
\usepackage[hyphens]{url}
|
|
\usepackage{html}
|
|
\usepackage{hyperref}
|
|
%
|
|
%-----Start Dokument
|
|
%
|
|
\begin{document}
|
|
\pagenumbering{roman}
|
|
%
|
|
%------------Literaturverzeichnis
|
|
|
|
\bibliographystyle{dinat}
|
|
%--------Titelseite-----------
|
|
%
|
|
%\include{Titelblatt/titelblatt2}
|
|
%
|
|
%\newpage \thispagestyle{empty}
|
|
%\cleardoublepage
|
|
%\thispagestyle{empty}\newpage
|
|
%\newpage
|
|
%
|
|
%------Sperrvermerk
|
|
%\include{Kapitel/Kurzfassung}
|
|
%
|
|
%------Formelzeichen
|
|
%\include{Kapitel/Formelzeichen}
|
|
|
|
|
|
%----------------------Inhaltsverzeichnis-------------
|
|
%
|
|
\pagenumbering{arabic}
|
|
%
|
|
\tableofcontents
|
|
\newpage
|
|
%
|
|
%----------Einfuehrung
|
|
\chapter{Pr\"ufverfahren f\"ur Fahrradrahmen}
|
|
\label{cha:PruefverfahrenRahmen}
|
|
\input{Kapitel/PruefverfahrenRahmen}
|
|
%
|
|
%------------Stand der Technik
|
|
%\chapter{Stand der Technik}
|
|
%\label{cha:Technik}
|
|
%\input{Kapitel/StandDerTechnik}
|
|
%%
|
|
%%------------Aeroakustische Simulation
|
|
%\chapter{Aeroakustische Simulation mit Ansys Fluent}
|
|
%\label{cha:Aeroakustische_Simulation}
|
|
%\input{Kapitel/Aeroakustische_Simulation}
|
|
%%
|
|
%%
|
|
%%------------Simulationsergebnisse
|
|
%\chapter{Simulationsergebnisse}
|
|
%\label{cha:Simulationsergebnisse}
|
|
%\input{Kapitel/Simulationsergebnisse}
|
|
%%
|
|
%%
|
|
%%------------Simulationsergebnisse
|
|
%\chapter{Fazit und Ausblick}
|
|
%\label{cha:Fazit_und_Ausblick}
|
|
%\input{Kapitel/Fazit_und_Ausblick}
|
|
%%
|
|
%%-------------------------Abbildungsverzeichnis-----
|
|
%\phantomsection
|
|
%\addcontentsline{toc}{chapter}{Abbildungsverzeichnis}
|
|
%\listoffigures
|
|
%\newpage
|
|
%%
|
|
%%------------------------Tabellenverzeichnis------
|
|
%\phantomsection
|
|
%\addcontentsline{toc}{chapter}{Tabellenverzeichnis}
|
|
%\listoftables
|
|
%\newpage
|
|
%%
|
|
%%-----------Literaturverzeichnis------------
|
|
\newpage
|
|
\addcontentsline{toc}{chapter}{Literaturverzeichnis}
|
|
\bibliography{Literatur}
|
|
%%
|
|
%%------------Anhang
|
|
%\phantomsection
|
|
%\appendix % Anhang Buchstaben Seitenzahlen
|
|
%\addcontentsline{toc}{chapter}{Anhang}
|
|
%%
|
|
%\input{Kapitel/Anhang}
|
|
%%
|
|
%\includepdf{Titelblatt/Selbststaendigkeitserklaerung}
|
|
\end{document} |