mirror of
https://github.com/fsr/fso
synced 2024-11-15 05:53:09 +01:00
40 lines
1.2 KiB
TeX
40 lines
1.2 KiB
TeX
% Normaldruck
|
|
\documentclass[10pt, a4paper, smallheadings, halfparskip, cleardoubleplain, pagesize, notitlepage, oneside, tocleft]{scrartcl}
|
|
%
|
|
% Entwurfsdruck (ohne Bilder usw.)
|
|
%\documentclass[10pt, a4paper, smallheadings, halfparskip, cleardoubleplain, pagesize, notitlepage, twoside, tocleft, draft]{scrartcl}
|
|
\usepackage[ngerman]{babel}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{ulem}\normalem
|
|
\usepackage{xspace}
|
|
\usepackage[default]{opensans}
|
|
|
|
\newcommand{\getOrdnung}[1]{\newcommand{\Ordnung}{#1}}
|
|
\newcommand{\setOrdnungstitel}[2]{
|
|
\newcommand{\ordnungstitel}{#1}
|
|
\newcommand{\untertitel}{#2 der TU Dresden}
|
|
}
|
|
|
|
\newcommand{\makeTOC}{}
|
|
\newcommand{\setTOC}[1]{
|
|
\ifcase#1\or
|
|
\renewcommand{\makeTOC}{\tableofcontents}
|
|
\or
|
|
\renewcommand{\makeTOC}{
|
|
\begin{multicols}{2}
|
|
\tableofcontents
|
|
\end{multicols}
|
|
}
|
|
\fi
|
|
}
|
|
|
|
|
|
% TODO: Does this have to go away?
|
|
\newcommand{\SHG}{SächsHSFG\xspace}
|
|
\newcommand{\TUD}{TU Dresden\xspace}
|
|
\newcommand{\IFS}{Fachschaft Informatik\xspace}
|
|
\newcommand{\IFSR}{FSR Informatik\xspace}
|
|
\newcommand{\FVV}{Fachschaftsvollversammlung\xspace}
|
|
\newcommand{\StuRa}{Studierendenrat der TU Dresden\xspace}
|
|
\newcommand{\StuRas}{Studierendenrates der TU Dresden\xspace} |