mumu
02-02-2006, 15:46
warum zeigt er mir hier auf der zweiten seite Abbildungsverzeichnis in der Kopfzeile rechts oben an, anstatt Inhaltsverzeichnis? und wie kann ich das ändern?
\documentclass[a4paper,12pt,oneside,openany,halfparskip,final]{scrbook}
\usepackage{moreverb}
\usepackage[ngerman, german]{babel}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage{color}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{titlesec}
\usepackage{float}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\cfoot{}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\raggedbottom
\begin{document}
\pagenumbering{arabic}
\cfoot{}
\fancypagestyle{plain}
% Keine Rechte Titelbeschriftung
\fancyhead{}
\lhead[]{\includegraphics[width=3.5cm]{logo.png}}
\rhead[]{}
\lfoot{2. Februar 2006}
\rfoot{Seite \thepage \ von \pageref{LastPage}}
\include{titelseite}
% Rechte Titelbeschriftung: Inhaltsverzeichnis <-- geht nicht
\lhead[]{\includegraphics[width=3.5cm]{logo.png}}
\rhead[]{Inhaltsverzeichnis}
\tableofcontents
% Rechte Titelbeschriftung: Abbildungsverzeichnis
\lhead[]{\includegraphics[width=3.5cm]{logo.png}}
\rhead[]{Abbildungsverzeichnis}
\listoffigures
\linespread{1.5}
\normalsize
% Rechte Titelbeschriftung: chapter bzw. section
\renewcommand{\chaptermark}[1]{\markright{\thechapter.\ #1}}
\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
\lhead[]{\includegraphics[width=3.5cm]{logo.png}}
\rhead[]{\rightmark}
\chapter{Chapter1}
\section{Section1}
Text1 Text1
\pagebreak
\chapter{Chapter2}
\section{Section2}
Text2 Text2
\end{document}
\documentclass[a4paper,12pt,oneside,openany,halfparskip,final]{scrbook}
\usepackage{moreverb}
\usepackage[ngerman, german]{babel}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage{color}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{titlesec}
\usepackage{float}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\cfoot{}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\raggedbottom
\begin{document}
\pagenumbering{arabic}
\cfoot{}
\fancypagestyle{plain}
% Keine Rechte Titelbeschriftung
\fancyhead{}
\lhead[]{\includegraphics[width=3.5cm]{logo.png}}
\rhead[]{}
\lfoot{2. Februar 2006}
\rfoot{Seite \thepage \ von \pageref{LastPage}}
\include{titelseite}
% Rechte Titelbeschriftung: Inhaltsverzeichnis <-- geht nicht
\lhead[]{\includegraphics[width=3.5cm]{logo.png}}
\rhead[]{Inhaltsverzeichnis}
\tableofcontents
% Rechte Titelbeschriftung: Abbildungsverzeichnis
\lhead[]{\includegraphics[width=3.5cm]{logo.png}}
\rhead[]{Abbildungsverzeichnis}
\listoffigures
\linespread{1.5}
\normalsize
% Rechte Titelbeschriftung: chapter bzw. section
\renewcommand{\chaptermark}[1]{\markright{\thechapter.\ #1}}
\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
\lhead[]{\includegraphics[width=3.5cm]{logo.png}}
\rhead[]{\rightmark}
\chapter{Chapter1}
\section{Section1}
Text1 Text1
\pagebreak
\chapter{Chapter2}
\section{Section2}
Text2 Text2
\end{document}