usc12
12-02-2011, 17:04
Ich habe das folgende Problem: in meinem Dokument (book) benutze ich das Paket fancyhdr sowie ein über jabref erstelltes bibtex-Literaturverzeichnis. Ich habe mir für alle Kapitel eine Kopf-/Fußzeilen Optik gebastelt in der ein Logo und der Kapitelname im Kopf sowie die Seitenzahl außen im Fuß stehen. Die erste Seite eines jeden Kapitels soll dabei komplett ohne Kopf-/Fußzeile sein. Hier der Code (hoffe, ich habe nichts wesentliches rausgekürzt ...):
\documentclass[fleqn,10pt]{book}
\usepackage{a4, cite, graphicx, amssymb, xymtex, color, amsmath}
\bibliographystyle{timo3}
\renewcommand{\baselinestretch}{1.5}
\usepackage[latin1]{inputenc}
\usepackage[nottoc]{tocbibind}
\usepackage{fancyhdr, pdfpages}
\usepackage[bookmarks, bookmarksopenlevel=subsection]{hyperref}
\hypersetup{colorlinks=true, linkcolor=black, citecolor=blue}
\usepackage[paper=a4paper,left=35mm,right=35mm,top=30mm,bottom =25mm,includeheadfoot]{geometry}
\begin{document}
\chapter*{Abstract}
\thispagestyle{empty}
% Hier steht dann irgendwas …
\tableofcontents
\addtocontents{toc}{\protect\thispagestyle{empty}}
\pagestyle{fancy}
\setlength{\headheight}{18pt}
\chapter{Introduction}
\thispagestyle{empty}
\fancyhf{}
\fancyhead[EL]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[ER]{{\sc Chapter 1 - Introduction}}
\fancyfoot[EL]{\thepage}
\fancyhead[OR]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[OL]{{\sc Chapter 1 - Introduction}}
\fancyfoot[OR]{\thepage}
%Hier steht dann wieder irgendwas … es gibt auch mehrere Kapitel.
\listoffigures
\thispagestyle{empty}
\fancyhf{}
\fancyhead[EL]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[ER]{{\sc List of figures}}
\fancyfoot[EL]{\thepage}
\fancyhead[OR]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[OL]{{\sc List of figures}}
\fancyfoot[OR]{\thepage}
\newpage
\listoftables
\thispagestyle{empty}
\fancyhf{}
\fancyhead[EL]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[ER]{{\sc List of tables}}
\fancyfoot[EL]{\thepage}
\fancyhead[OR]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[OL]{{\sc List of tables}}
\fancyfoot[OR]{\thepage}
\newpage
\bibliography{phd}
\fancyhf{}
\fancyhead[EL]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[ER]{{\sc Bibliography}}
\fancyfoot[EL]{\thepage}
\fancyhead[OR]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[OL]{{\sc Bibliography}}
\fancyfoot[OR]{\thepage}
\newpage
\end{document}
Das ganze klappt super für alle Kapitel (nur eins - Introdcution - im Beispiel angegeben) und auch für die \listoftables bzw. \listoffigures. Allerdings nicht für das Literaturverzeichnis, da ist auf der ersten Seite die Seitenzahl mittig unten (sollte ja gar nicht da sein) und dann geht es im Kopf mit "List of Tables weiter". Auf der letzten Seite des Literaturverzeichnisses ist dann auf einmal nichts mehr im Kopf/Fuß. Ich vermute, dass LaTeX irgendwie das Literaturverzeichnis am letzten Eintrag markiert und daher erst auf der letzten Seite das \thispagestyle{empty} umsetzt und bis dahin einfach die alten Kopf-/Fußzeilen Befehle weiter benutzt ...
Es ist irgendwie das erste Mal, dass ich so ein Prolem einfach nicht gelöst kriege, daher hoffe ich sehr, dass es irgendwo da draußen einen schlauen Menschen gibt, der mir weiterhelfen kann ... Danke!
\documentclass[fleqn,10pt]{book}
\usepackage{a4, cite, graphicx, amssymb, xymtex, color, amsmath}
\bibliographystyle{timo3}
\renewcommand{\baselinestretch}{1.5}
\usepackage[latin1]{inputenc}
\usepackage[nottoc]{tocbibind}
\usepackage{fancyhdr, pdfpages}
\usepackage[bookmarks, bookmarksopenlevel=subsection]{hyperref}
\hypersetup{colorlinks=true, linkcolor=black, citecolor=blue}
\usepackage[paper=a4paper,left=35mm,right=35mm,top=30mm,bottom =25mm,includeheadfoot]{geometry}
\begin{document}
\chapter*{Abstract}
\thispagestyle{empty}
% Hier steht dann irgendwas …
\tableofcontents
\addtocontents{toc}{\protect\thispagestyle{empty}}
\pagestyle{fancy}
\setlength{\headheight}{18pt}
\chapter{Introduction}
\thispagestyle{empty}
\fancyhf{}
\fancyhead[EL]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[ER]{{\sc Chapter 1 - Introduction}}
\fancyfoot[EL]{\thepage}
\fancyhead[OR]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[OL]{{\sc Chapter 1 - Introduction}}
\fancyfoot[OR]{\thepage}
%Hier steht dann wieder irgendwas … es gibt auch mehrere Kapitel.
\listoffigures
\thispagestyle{empty}
\fancyhf{}
\fancyhead[EL]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[ER]{{\sc List of figures}}
\fancyfoot[EL]{\thepage}
\fancyhead[OR]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[OL]{{\sc List of figures}}
\fancyfoot[OR]{\thepage}
\newpage
\listoftables
\thispagestyle{empty}
\fancyhf{}
\fancyhead[EL]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[ER]{{\sc List of tables}}
\fancyfoot[EL]{\thepage}
\fancyhead[OR]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[OL]{{\sc List of tables}}
\fancyfoot[OR]{\thepage}
\newpage
\bibliography{phd}
\fancyhf{}
\fancyhead[EL]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[ER]{{\sc Bibliography}}
\fancyfoot[EL]{\thepage}
\fancyhead[OR]{\includegraphics[width=10mm]{bird.jpg}}
\fancyhead[OL]{{\sc Bibliography}}
\fancyfoot[OR]{\thepage}
\newpage
\end{document}
Das ganze klappt super für alle Kapitel (nur eins - Introdcution - im Beispiel angegeben) und auch für die \listoftables bzw. \listoffigures. Allerdings nicht für das Literaturverzeichnis, da ist auf der ersten Seite die Seitenzahl mittig unten (sollte ja gar nicht da sein) und dann geht es im Kopf mit "List of Tables weiter". Auf der letzten Seite des Literaturverzeichnisses ist dann auf einmal nichts mehr im Kopf/Fuß. Ich vermute, dass LaTeX irgendwie das Literaturverzeichnis am letzten Eintrag markiert und daher erst auf der letzten Seite das \thispagestyle{empty} umsetzt und bis dahin einfach die alten Kopf-/Fußzeilen Befehle weiter benutzt ...
Es ist irgendwie das erste Mal, dass ich so ein Prolem einfach nicht gelöst kriege, daher hoffe ich sehr, dass es irgendwo da draußen einen schlauen Menschen gibt, der mir weiterhelfen kann ... Danke!