erstkiffelheft/erstiheft.tex
Nils Przigoda b6820b7948 Diverse Formatierungsanpassungen in den TeX-Dateien
Kopf- und Fußzeilen angepasst (anderer Befehl aus dem scrpage2 Paket)
Chapter weiter nach oben gezogen
2011-11-08 15:19:17 +00:00

85 lines
1.7 KiB
TeX

\documentclass[
,10pt
,twoside
,a5paper
% ,draft
]{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}
\usepackage{wrapfig,eurosym}
\usepackage{url}
\usepackage{ltablex}
\usepackage{scrpage2}
\defpagestyle{vuvuzela}{
(0pt,0pt)
{\textnormal{\textsf{\textbf{\leftmark}}} ~ \hfill}
{~ \hfill \textnormal{\textsf{\textbf{\leftmark}}}}
{}
(0pt,0pt)
}{%
{\textnormal{S. \thepage \textsf{ | \textbf{KIF-Erstiheft}}} ~ \hfill}
{\hfill ~ \textnormal{\textsf{\textbf{KIF-Erstiheft |} S. \thepage}}}
{}
}
\defpagestyle{vuvuzelaChapter}{
(0pt,0pt)
{}
{}
{}
(0pt,0pt)
}{%
{\textnormal{S. \thepage \textsf{ | \textbf{KIF-Erstiheft}}} ~ \hfill}
{\hfill ~ \textnormal{\textsf{\textbf{KIF-Erstiheft |} S. \thepage}}}
{}
}
\newcommand{\gf}[1]{\frqq#1\flqq}
\newcommand{\siehe}[1]{\(\Longrightarrow\) #1}
\renewcommand{\chapterpagestyle}{vuvuzelaChapter}
\automark{chapter}
\renewcommand{\chapterheadstartvskip}{\vspace{-1cm}}
\pagestyle{vuvuzela}
%\let\chapter\section
%\let\section\subsection
\clubpenalty=10000
\widowpenalty=10000
\displaywidowpenalty=10000
\begin{document}
\color{black} % Hack fuer Martin! nich fragen hinnehmen!
\include{./content/cover}
\include{./content/impressum}
\tableofcontents
\input{./content/einleitung}
\input{./content/kif}
\input{./content/ablauf}
\input{./content/fachschaft}
\input{./content/konsens}
\input{./content/handzeichen}
\input{./content/abc}
\clearpage
\pagestyle{empty}
~
\clearpage
~\vfill
\begin{center}
\url{kif.fsinf.de}
\end{center}
\end{document}