x_merlin_x
14-11-2006, 18:01
hallo zusammen,
leider schaffe ich es nicht eine Kopf und Fußzeile mit Latex zu erstellen. Im PDF wird einfach gar nichts angezeigt. Kann mir hier jemand einen entscheidenden Hinweis geben? Ich möchte gerne die Kapitelnummer links und das Kapitel haben und rechts die Seitenzahl. Kann doch nicht so schwer sein :confused:
Hier ist der code:
\documentclass[a4paper,oneside,12pt]{book}
%--------------------------------------------------------------------------
% Fancy Kopf- und Fußzeilen
\usepackage{fancyhdr}
\pagestyle{fancy}
\newcommand{\tstamp}{\today}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{#1}}
\lhead[\fancyplain{}{\thepage}] {\fancyplain{}{\rightmark}}
\chead[\fancyplain{}{}] {\fancyplain{}{}}
\rhead[\fancyplain{}{\rightmark}] {\fancyplain{}{\thepage}}
\lfoot[\fancyplain{}{}] {\fancyplain{\tstamp}{\tstamp}}
\cfoot[\fancyplain{\thepage}{}] {\fancyplain{\thepage}{}}
\rfoot[\fancyplain{\tstamp} {\tstamp}] {\fancyplain{}{}}
%--------------------------------------------------------------------------
\begin{document}
vielen Dank für jegliche Hilfe,
Merlin
leider schaffe ich es nicht eine Kopf und Fußzeile mit Latex zu erstellen. Im PDF wird einfach gar nichts angezeigt. Kann mir hier jemand einen entscheidenden Hinweis geben? Ich möchte gerne die Kapitelnummer links und das Kapitel haben und rechts die Seitenzahl. Kann doch nicht so schwer sein :confused:
Hier ist der code:
\documentclass[a4paper,oneside,12pt]{book}
%--------------------------------------------------------------------------
% Fancy Kopf- und Fußzeilen
\usepackage{fancyhdr}
\pagestyle{fancy}
\newcommand{\tstamp}{\today}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{#1}}
\lhead[\fancyplain{}{\thepage}] {\fancyplain{}{\rightmark}}
\chead[\fancyplain{}{}] {\fancyplain{}{}}
\rhead[\fancyplain{}{\rightmark}] {\fancyplain{}{\thepage}}
\lfoot[\fancyplain{}{}] {\fancyplain{\tstamp}{\tstamp}}
\cfoot[\fancyplain{\thepage}{}] {\fancyplain{\thepage}{}}
\rfoot[\fancyplain{\tstamp} {\tstamp}] {\fancyplain{}{}}
%--------------------------------------------------------------------------
\begin{document}
vielen Dank für jegliche Hilfe,
Merlin