2011-11-08 16:19:17 +01:00
|
|
|
\documentclass[
|
|
|
|
,10pt
|
|
|
|
,twoside
|
|
|
|
,a5paper
|
|
|
|
% ,draft
|
|
|
|
]{scrreprt}
|
2011-06-20 07:44:45 +02:00
|
|
|
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage{parskip}
|
|
|
|
\usepackage[ngerman]{babel}
|
2011-10-26 16:12:17 +02:00
|
|
|
\usepackage[inner=12mm,outer=12mm,top=20mm,bottom=20mm]{geometry}
|
2011-06-20 07:44:45 +02:00
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
\usepackage{lmodern}
|
2011-10-26 16:12:17 +02:00
|
|
|
\usepackage{color,graphics,graphicx}
|
2011-11-07 20:33:32 +01:00
|
|
|
\usepackage{wrapfig,eurosym}
|
|
|
|
\usepackage{url}
|
|
|
|
\usepackage{ltablex}
|
2011-10-26 16:12:17 +02:00
|
|
|
\usepackage{scrpage2}
|
2014-10-15 01:23:42 +02:00
|
|
|
\usepackage{multirow}
|
2019-05-27 14:31:39 +02:00
|
|
|
\usepackage{microtype}
|
2011-10-26 16:12:17 +02:00
|
|
|
|
2011-11-08 16:19:17 +01:00
|
|
|
\defpagestyle{vuvuzela}{
|
|
|
|
(0pt,0pt)
|
|
|
|
{\textnormal{\textsf{\textbf{\leftmark}}} ~ \hfill}
|
|
|
|
{~ \hfill \textnormal{\textsf{\textbf{\leftmark}}}}
|
|
|
|
{}
|
|
|
|
(0pt,0pt)
|
|
|
|
}{%
|
2014-11-14 11:32:15 +01:00
|
|
|
{\textnormal{\textsf{S. \thepage ~| \textbf{KIF-Erstiheft}}} ~ \hfill}
|
2011-11-08 16:19:17 +01:00
|
|
|
{\hfill ~ \textnormal{\textsf{\textbf{KIF-Erstiheft |} S. \thepage}}}
|
|
|
|
{}
|
|
|
|
}
|
2011-10-26 16:12:17 +02:00
|
|
|
|
2011-11-08 16:19:17 +01:00
|
|
|
\defpagestyle{vuvuzelaChapter}{
|
|
|
|
(0pt,0pt)
|
|
|
|
{}
|
|
|
|
{}
|
|
|
|
{}
|
|
|
|
(0pt,0pt)
|
|
|
|
}{%
|
2014-11-14 11:32:15 +01:00
|
|
|
{\textnormal{\textsf{S. \thepage ~| \textbf{KIF-Erstiheft}}} ~ \hfill}
|
2011-11-08 16:19:17 +01:00
|
|
|
{\hfill ~ \textnormal{\textsf{\textbf{KIF-Erstiheft |} S. \thepage}}}
|
|
|
|
{}
|
|
|
|
}
|
2011-06-20 07:44:45 +02:00
|
|
|
|
2014-04-29 20:29:09 +02:00
|
|
|
\newcommand\co{\mbox{%
|
|
|
|
\raisebox{.8ex}{c}%
|
|
|
|
\kern-.175em\raisebox{.2ex}{/}%
|
|
|
|
\kern-.18em\raisebox{-.2ex}{o}%
|
|
|
|
}~}
|
|
|
|
|
2011-10-26 16:12:17 +02:00
|
|
|
\newcommand{\gf}[1]{\frqq#1\flqq}
|
|
|
|
\newcommand{\siehe}[1]{\(\Longrightarrow\) #1}
|
2011-06-20 07:44:45 +02:00
|
|
|
|
2011-10-26 16:12:17 +02:00
|
|
|
\renewcommand{\chapterpagestyle}{vuvuzelaChapter}
|
|
|
|
\automark{chapter}
|
|
|
|
|
2011-11-08 16:19:17 +01:00
|
|
|
\renewcommand{\chapterheadstartvskip}{\vspace{-1cm}}
|
2011-10-26 16:12:17 +02:00
|
|
|
\pagestyle{vuvuzela}
|
|
|
|
|
2011-11-07 20:33:32 +01:00
|
|
|
%\let\chapter\section
|
|
|
|
%\let\section\subsection
|
|
|
|
|
|
|
|
\clubpenalty=10000
|
2011-11-08 16:19:17 +01:00
|
|
|
\widowpenalty=10000
|
2011-11-07 20:33:32 +01:00
|
|
|
\displaywidowpenalty=10000
|
2011-10-26 16:12:17 +02:00
|
|
|
|
|
|
|
\begin{document}
|
2011-06-20 07:44:45 +02:00
|
|
|
|
2011-10-26 16:12:17 +02:00
|
|
|
\color{black} % Hack fuer Martin! nich fragen hinnehmen!
|
2011-06-20 07:44:45 +02:00
|
|
|
|
2011-10-30 15:00:30 +01:00
|
|
|
\include{./content/cover}
|
2014-02-10 15:06:25 +01:00
|
|
|
\input{./content/einleitung}
|
2019-05-27 14:31:39 +02:00
|
|
|
\input{./content/impressum}
|
|
|
|
\tableofcontents
|
2011-10-30 15:00:30 +01:00
|
|
|
\input{./content/kif}
|
|
|
|
\input{./content/ablauf}
|
|
|
|
\input{./content/fachschaft}
|
2011-11-07 20:33:32 +01:00
|
|
|
\input{./content/konsens}
|
|
|
|
\input{./content/handzeichen}
|
|
|
|
\input{./content/abc}
|
|
|
|
|
2019-05-27 14:31:39 +02:00
|
|
|
%% \clearpage
|
|
|
|
%% \pagestyle{empty}
|
|
|
|
%% ~
|
2011-06-20 07:44:45 +02:00
|
|
|
|
2011-11-07 20:33:32 +01:00
|
|
|
\clearpage
|
2019-05-27 14:31:39 +02:00
|
|
|
\pagestyle{empty}
|
2011-11-07 20:33:32 +01:00
|
|
|
~\vfill
|
|
|
|
\begin{center}
|
|
|
|
\url{kif.fsinf.de}
|
|
|
|
\end{center}
|
2011-11-08 16:19:17 +01:00
|
|
|
\end{document}
|