diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/schule/schuleit.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/schule/schuleit.cls | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/schule/schuleit.cls b/Master/texmf-dist/tex/latex/schule/schuleit.cls index 2d5cdc59d74..9126a07269d 100644 --- a/Master/texmf-dist/tex/latex/schule/schuleit.cls +++ b/Master/texmf-dist/tex/latex/schule/schuleit.cls @@ -9,7 +9,8 @@ %% 2010, 2011, 2012, 2013, 2014 %% Johannes Pieper (johannes_pieper@yahoo.de) %% Johannes Kuhaupt (kujohann@seminar.ham.nw.schule.de) -%% Andre Hilbig (mail@andrehilbig.de) +%% André Hilbig (mail@andrehilbig.de) +%% Adrian Salamon (adriansalamon@gmail.com) %% %% %% This work may be distributed and/or modified under the @@ -109,11 +110,11 @@ %% http://www.ctan.org/pkg/ zur Verfügung. %% %% ----- BEGIN ------------------------------------------------------ -%% Der String Version: Version: 0.4 respektive 2014-09-07 wird beim Aufruf +%% Der String Version: Version: 0.5 respektive 2014-11-18 wird beim Aufruf %% des build-scripts durch die passende Nummer bzw. das passende %% Datum ersetzt. \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesClass{schuleit}[2014/09/07 v0.4 % +\ProvidesClass{schuleit}[2014/11/18 v0.5 % Vorlage für ein Leitprogramm] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrreprt}} \ProcessOptions\relax @@ -135,6 +136,10 @@ parskip=half] \pagestyle{scrheadings} \clearscrheadfoot \cfoot[\pagemark]{\pagemark} + +\renewcommand{\chaptermark}[1]{ \markboth{#1}{} } +\renewcommand{\sectionmark}[1]{ \markright{#1}{} } +\ihead{ {\normalfont\leftmark\ --} \textit{\rightmark} } \definecolor{chapter}{rgb}{0,0.25,0.56} \definecolor{section}{rgb}{0.27,0.33,0.90} \definecolor{subsection}{rgb}{0.54,0.66,0.90} |