(CodeLib-Manager)
Registriert seit: 9. Jul 2003
Ort: Ensdorf
6.723 Beiträge
Delphi XE Professional
|
AW: [Latex] Chapter und Section zusammen in der Kopfzeile aussen
13. Mär 2012, 11:05
Hi,
bitte sehr:
Code:
\documentclass{scrbook}
\usepackage{scrpage2}
\newcommand{\mychapter}[1]{\chapter*{{#1}\protect\markleft{#1}{}}}
\newcommand{\mysection}[1]{\section*{{#1}\protect\markright{#1}{}}}
\deftripstyle{yearheadings}{}{}{\rightmark{} \leftmark{} 2012}{}{}{\pagemark}
\pagestyle{headings}
\begin{document}
\chapter{Inhaltsverzeichnis}
\section{Test}
\clearpage
\null
\clearpage
\pagestyle{yearheadings}
\mychapter{M\"arz}
\mysection{Sonntag, 1.}
\clearpage
\null
\clearpage
\null
\mysection{Montag, 2.}
\clearpage
\null
\clearpage
\mysection{Dienstag, 3.}
\clearpage
\null
\clearpage
\null
\end{document}
Frederic Kerber
|
|
Zitat
|