50 lines
1.7 KiB
TeX
Executable File
50 lines
1.7 KiB
TeX
Executable File
% -----------------------------------------
|
|
% Konstante
|
|
% -----------------------------------------
|
|
\newcommand{\TITLE}{Entwicklung eines 3D-Strukturmodells aus Faserverbundwerkstoffen und strukturdynamische Berechnung einer Windenergieanlage}
|
|
\newcommand{\TITLEeng}{Development of a 3D structural model of fiber composites and structural dynamic analysis of a wind turbine}
|
|
\newcommand{\SUBTITLE}{}
|
|
\newcommand{\DOCUMENTTYPE}{Masterarbeit}
|
|
\newcommand{\AUTHOR}{Daniel Weschke}
|
|
\newcommand{\TAGS}{FEM, Strukturdynamik, Modellentwicklung, Faserverbundwerkstoff, Windenergieanlage}
|
|
\newcommand{\TAGSeng}{FEM, structural dynamics, model development, fibre-reinforced plastic, wind~turbine}
|
|
|
|
|
|
% -----------------------------------------
|
|
% Colors
|
|
% -----------------------------------------
|
|
\usepackage{xcolor}
|
|
\xdefinecolor{navyblue}{rgb}{0,0.35,0.62}
|
|
\definecolor{darkblue}{rgb}{0,0.15,0.35} % links, \everydisplay
|
|
\definecolor{darkred}{rgb}{0.88,0.16,0.17}
|
|
\definecolor{dkgreen}{rgb}{0,0.6,0}
|
|
\definecolor{gray}{rgb}{0.5,0.5,0.5}
|
|
\definecolor{mauve}{rgb}{0.58,0,0.82} % listings
|
|
\definecolor{orange}{rgb}{0.8 0.4 0.2}
|
|
\definecolor{dkorange}{rgb}{0.68 0.25 0.07}
|
|
\definecolor{rouge}{rgb}{0.79 0.0 0.1}
|
|
|
|
%\everymath{\color{blue}}
|
|
%\everydisplay{\color{darkblue}}
|
|
|
|
% Einfärben von Tabellenspalten, -Zeilen und -Zellen
|
|
\usepackage{colortbl}
|
|
|
|
% Befehle:
|
|
%\textcolor{...}
|
|
|
|
|
|
|
|
\usepackage{xifthen}% provides \isempty test
|
|
%\newcommand{\optarg}[1][]{%
|
|
% \ifthenelse{\isempty{#1}}%
|
|
% {}% if #1 is empty
|
|
% {(((#1)))}% if #1 is not empty
|
|
%}
|
|
\makeatletter
|
|
\newcommand{\@scrartcl@loaded}{0}
|
|
\AtBeginDocument{\@ifpackageloaded{scrartcl}
|
|
{\renewcommand{\@scrartcl@loaded}{1}}
|
|
{\renewcommand{\@scrartcl@loaded}{0}}
|
|
}
|
|
\makeatother |