Abstrakt in Datei ausgelagert

This commit is contained in:
2015-05-18 19:58:55 +02:00
parent 60f9118691
commit 7e788e498b
2 changed files with 27 additions and 29 deletions

View File

@@ -75,34 +75,11 @@ Abgabedatum: 05. August 2015\\};
\end{tikzpicture}
\newpage
\thispagestyle{empty}
\begin{tikzpicture}[remember picture, overlay]
\node[] (N) at (current page.north) {};
\node[] (NW) at (current page.north west) {};
\node[below right,text width=15cm, align=flush left] at ($(NW)+(3.5,-3cm)$) {\fontfamily{phv}\fontseries{b}\fontsize{14pt}{1em}\selectfont Zusammenfassung};
\node[below right,text width=14cm, align=flush left] at ($(NW)+(3.5,-4cm)$) {\fontfamily{phv}\fontsize{11pt}{1em}%
\selectfont{\fontseries{b}\selectfont\AUTHOR}\\[.5em]
{\fontseries{b}\selectfont Thema der \DOCUMENTTYPE}\\
\TITLE\\[.5em]
{\fontseries{b}\selectfont Stichworte}\\
\TAGS\\[.5em]
{\fontseries{b}\selectfont Kurzzusammenfassung}\\
FEM-Modell\\
[1.5em]
\selectfont {\fontseries{b}\selectfont \AUTHOR}\\[.5em]
{\fontseries{b}\selectfont Master Thesis title}\\
Design of a 3D structure model with composite material and structure dynamic calculation of a wind turbine\\[.5em]
{\fontseries{b}\selectfont Keywords}\\
\TAGSeng\\[.5em]
{\fontseries{b}\selectfont Abstract}\\
FEM};
\end{tikzpicture}
\cleardoublepage
%\include{Abstract}
%\newpage\thispagestyle{plain}
\include{./sections/Abstract}
\pdfbookmark[1]{Inhaltsverzeichnis}{toc}
\tableofcontents
@@ -112,8 +89,7 @@ Abgabedatum: 05. August 2015\\};
%\addcontentsline{toc}{section}{Abbildungs-- und Tabellenverzeichnis}
%\addstarredsection{Abbildungs-- und Tabellenverzeichnis} % Von Paket minitoc benötigt für Eintrag im Hauptinhaltsverzeichnis, bei scrreprt wohl
%\clearpage
%\hrulefill
\begin{spacing}{1.25}
\begingroup
\renewcommand*{\addvspace}[1]{}
@@ -144,7 +120,6 @@ Abgabedatum: 05. August 2015\\};
\include{./sections/Modellentwicklung}
\include{./sections/Untersuchung}
\include{./sections/Schlussbetrachtung}
%\end{multicols}

23
sections/Abstract.tex Executable file
View File

@@ -0,0 +1,23 @@
\newpage
\thispagestyle{empty}
\begin{tikzpicture}[remember picture, overlay]
\node[] (N) at (current page.north) {};
\node[] (NW) at (current page.north west) {};
\node[below right,text width=15cm, align=flush left] at ($(NW)+(3.5,-3cm)$) {\fontfamily{phv}\fontseries{b}\fontsize{14pt}{1em}\selectfont Zusammenfassung};
\node[below right,text width=14cm, align=flush left] at ($(NW)+(3.5,-4cm)$) {\fontfamily{phv}\fontsize{11pt}{1em}%
\selectfont{\fontseries{b}\selectfont\AUTHOR}\\[.5em]
{\fontseries{b}\selectfont Thema der \DOCUMENTTYPE}\\
\TITLE\\[.5em]
{\fontseries{b}\selectfont Stichworte}\\
\TAGS\\[.5em]
{\fontseries{b}\selectfont Kurzzusammenfassung}\\
FEM-Modell\\
[1.5em]
\selectfont {\fontseries{b}\selectfont \AUTHOR}\\[.5em]
{\fontseries{b}\selectfont Master Thesis title}\\
Design of a 3D structure model with composite material and structure dynamic calculation of a wind turbine\\[.5em]
{\fontseries{b}\selectfont Keywords}\\
\TAGSeng\\[.5em]
{\fontseries{b}\selectfont Abstract}\\
FEM};
\end{tikzpicture}