Wolfgang Engelmann wrote:
> 1-
> how do I avoid getting the header from the last chapter of my book in the
> bibliography header?
> I asked this before, but forgot the answer and to note it down. Sorry.
> I am using in the preamble
> \usepackage{fancyhdr}\pagestyle{fancyplain}
> and
> \AtBeginDocument{\renwcomand}{\bibname}{Literaturverzeichnis}}
> in the German version of the book, but I have the same problem in the
> English version without this.
What document class is this? (This does not happen with standard book nor with
KOMA book). Probably you have to redefine thebibliography.
> 2-
> I get in the German Version Author1 and Author2
> instead of Author 1 und Author2
> ^
> in the Text- and Bibliography citations.
> I am using \usepackage[round,comma]{natbib}
> in the preamble
> Is there a style file which takes care of it?
http://www.dante.de/faq/de-tex-faq/html/makros3.html#DEUTSCH-BST
J�rgen.
> Wolfgang