mirror of
https://github.com/fsr/fso
synced 2024-11-15 05:53:09 +01:00
18 lines
365 B
TeX
18 lines
365 B
TeX
\ifcase\Ordnung
|
|
\or % 1 = GO
|
|
\setOrdnungstitel{Fachschaftsordnung}{der Fachschaft Informatik}
|
|
\setTOC{2} %ein-/zweispaltig/ohne
|
|
% ohne TOC sollte \input statt \include verwendet werden
|
|
\or % 2...
|
|
\fi
|
|
|
|
\input{Einzelordnungen-packages}
|
|
\makeTOC
|
|
|
|
%jeweiliges Hauptdokument einbinden
|
|
\normalsize
|
|
|
|
\ifcase\Ordnung
|
|
\or \include{fso} % 1
|
|
\or % 2...
|
|
\fi |