Initialcommit
This commit is contained in:
48
Preamble/Constants.tex
Executable file
48
Preamble/Constants.tex
Executable file
@@ -0,0 +1,48 @@
|
||||
% -----------------------------------------
|
||||
% Konstante
|
||||
% -----------------------------------------
|
||||
\newcommand{\TITLE}{Entwicklung eines 3D-Strukturmodells aus Faserverbundwerkstoffen und strukturdynamische Berechnung einer Windenergieanlage}
|
||||
\newcommand{\SUBTITLE}{}
|
||||
\newcommand{\DOCUMENTTYPE}{Masterarbeit}
|
||||
\newcommand{\AUTHOR}{Daniel Weschke}
|
||||
\newcommand{\TAGS}{FEM, Statik, Dauerfestigkeit, Fahrrad, Schweißnahtverbindung}
|
||||
|
||||
|
||||
% -----------------------------------------
|
||||
% 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
|
||||
Reference in New Issue
Block a user