erstkiffelheft/erstiheft.tex

60 lines
1.4 KiB
TeX
Raw Normal View History

\documentclass[10pt,twoside,a5paper]{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage{parskip}
\usepackage[ngerman]{babel}
\usepackage[inner=12mm,outer=12mm,top=20mm,bottom=20mm]{geometry}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{color,graphics,graphicx}
2011-10-30 22:42:53 +01:00
\usepackage{wrapfig,tabularx,eurosym}
\usepackage{scrpage2}
\deftripstyle{vuvuzela}[0pt][0pt]{}{}{\textnormal{\textsf{\textbf{\leftmark}}}}
{}{}{
\ifodd\thepage
\textnormal{\textsf{S. \thepage \textbf{ | KIF-Erstiheft}}}
\else
\textnormal{\textsf{\textbf{KIF-Erstiheft |} S. \thepage }}
\fi
}
\deftripstyle{vuvuzelaChapter}[0pt][0pt]{}{}{}
{}{}{
\ifodd\thepage
\textnormal{\textsf{S. \thepage \textbf{ | KIF-Erstiheft}}}
\else
\textnormal{\textsf{\textbf{KIF-Erstiheft |} S. \thepage }}
\fi
}
\newcommand{\gf}[1]{\frqq#1\flqq}
\newcommand{\siehe}[1]{\(\Longrightarrow\) #1}
\renewcommand{\chapterpagestyle}{vuvuzelaChapter}
\automark{chapter}
\renewcommand{\chapterheadstartvskip}{\vspace*{0.1\baselineskip}}
\pagestyle{vuvuzela}
\begin{document}
\color{black} % Hack fuer Martin! nich fragen hinnehmen!
2011-10-30 15:00:30 +01:00
\include{./content/cover}
\include{./content/impressum}
\tableofcontents
\input{./content/einleitung}
\input{./content/kif}
\input{./content/handzeichen}
2011-10-30 15:00:30 +01:00
\input{./content/abc}
\input{./content/ablauf}
\input{./content/konsens}
\input{./content/fachschaft}
\end{document}