mirror of
https://github.com/fsr/fso
synced 2024-11-15 03:13:10 +01:00
78 lines
2.8 KiB
TeX
78 lines
2.8 KiB
TeX
|
\usepackage{graphicx}
|
||
|
\usepackage[bindingoffset=0.5cm,inner=1.5cm,outer=1.5cm,top=1cm,bottom=0.5cm,includeheadfoot]{geometry}
|
||
|
\usepackage{units} %Brüche
|
||
|
\usepackage{multicol} %Zweispaltigen Satz
|
||
|
\usepackage{lmodern, textcomp} %Eurozeichen
|
||
|
\usepackage{hyperref} %TODO Optionen setzen
|
||
|
\hypersetup{
|
||
|
pdfinfo={ %PDF-Infofelder setzen
|
||
|
Title={\ordnungstitel~\untertitel},
|
||
|
Author=Fachschaftsrat Informatik,
|
||
|
Subject={\ordnungstitel, FSR, Dresden, Ordnung, Richtlinie, Satzung},
|
||
|
Creator=LaTeX, %erstellt mit
|
||
|
Producer=pdfTeX, %Anwendung
|
||
|
},
|
||
|
pdfborder=0 0 0,
|
||
|
pdfdisplaydoctitle, %PDF-Titel in Titelzeile
|
||
|
pdfhighlight=/O, %Outlining bei Klicken von Links
|
||
|
bookmarksnumbered %Nummerierung der Bookmarks
|
||
|
}
|
||
|
|
||
|
% schöneres Zeichen für 2/3
|
||
|
\usepackage{nicefrac}
|
||
|
\newcommand{\zweidrittel}{$\nicefrac{2}{3}$\,}
|
||
|
|
||
|
\usepackage{csquotes}
|
||
|
|
||
|
\addtokomafont{section}{\centering} %Format für Paragrafen
|
||
|
\addtokomafont{subsection}{\centering} %Format für Absätze
|
||
|
\renewcommand*{\raggedsection}{\centering} %Mittige Kapitelüberschriften
|
||
|
|
||
|
\newcounter{absatz}[section] %Zähler für Absätze
|
||
|
\newcounter{sentence}[absatz] %Zähler für Sätze
|
||
|
|
||
|
\renewcommand*{\thesection}{\S\ensuremath{\,}\arabic{section}} %Ausgabeformat für Paragraphen
|
||
|
\renewcommand*{\theabsatz}{(\arabic{absatz})} %Ausgabeformat für Absatzzähler
|
||
|
|
||
|
%\setcounter{secnumdepth}{5} %Bis zur Ebene Paragraph wird ein Zähler ausgegeben
|
||
|
%\setcounter{tocdepth}{1} %Nur Kapitelüberschriften im Inhaltsverzeichnis
|
||
|
|
||
|
%Absatzzähler
|
||
|
\newcommand*{\Abs}{\stepcounter{absatz}\theabsatz~}
|
||
|
|
||
|
%Satzzähler
|
||
|
\renewcommand{\.}{. \Satz} %Definiert \. um auf \Satz, damit dieses Zeichen ebenfalls für eine Satzzählung sorgt.
|
||
|
\newcommand{\Satz}[1][\thesentence]{\stepcounter{sentence}\setcounter{sentence}{#1}\textsuperscript{\thesentence}}
|
||
|
\newcommand{\s}{\Satz} %Michas altes Kommando fr Satzzhler; ich war zu faul, alles zu ersetzen; betrifft: S, GO, AEO
|
||
|
|
||
|
\setlength{\parindent}{0pt}
|
||
|
\setlength{\columnsep}{1cm}
|
||
|
\setlength{\columnseprule}{0.5pt}
|
||
|
%\pagestyle{myheadings}
|
||
|
%\markboth{Studentenrat der TU Dresden}{}
|
||
|
\hyphenation{Ta-ges-ord-nungs-punkte}
|
||
|
\hyphenation{StuRa}
|
||
|
\hyphenation{StuRas}
|
||
|
|
||
|
\begin{document}
|
||
|
%Kopfzeile Titelseite
|
||
|
\titlehead{
|
||
|
\begin{tabular}[b]{c}
|
||
|
\includegraphics[height=1.9cm,keepaspectratio=true]{bilder/fsrlogo.pdf}\\
|
||
|
\end{tabular}
|
||
|
\hfill
|
||
|
\includegraphics[height=1.7cm,keepaspectratio=true]{bilder/TU_Logo_SW.pdf}
|
||
|
\vskip5pt \hrule
|
||
|
}
|
||
|
|
||
|
%Überschriftenzeile auf Titelseite --> in \title muss der jeweilige Titel eingefügt werden
|
||
|
\vspace{3cm}
|
||
|
\title{\ordnungstitel\\ \mdseries \untertitel}
|
||
|
\author{\normalsize{Erstellt am \today.}}
|
||
|
\date{}
|
||
|
%Titel ausgeben
|
||
|
\maketitle
|
||
|
|
||
|
% TOC-Titel in größerer Schrift
|
||
|
\renewcommand{\contentsname}{\large Inhaltsverzeichnis}
|