13 Zeilen
424 B
TeX
13 Zeilen
424 B
TeX
% BBW Spezifische Kommandos
|
|
\newcommand{\betrieb}{Unternehmen GmbH}
|
|
\newcommand{\gbdatum}{01.01.0001}
|
|
\newcommand{\gbort}{Musterhausen}
|
|
\DeclareOption{bbw}{
|
|
\renewcommand{\betrieb}{BBW Südhessen gGmbH}
|
|
\renewcommand{\gbdatum}{10.01.1996}
|
|
\renewcommand{\gbort}{Fritzlar}
|
|
}
|
|
\ProcessOptions\relax
|
|
\newcommand{\master}{\texttt{zeus}}
|
|
\newcommand{\remote}{\texttt{poseidon}}
|
|
\newcommand{\management}{\texttt{hades}} |