[texhax] Bibliography and documentclass{book}
Christian Deindl
deindl at soziologie.uzh.ch
Sun Apr 13 10:06:02 CEST 2008
dear list,
I'm using book as documentclass. Everything is working fine except for the
biliography.
unfourtunately the heading of my bibliography is always taken from the last
chapter.
Obviously that is not something I want.
I want it as a chapter but with a bibliography-style.
I couldn't find any solution in the archives or via google.
Can someone give my an advice.
thanks,
christian
%%%%%%%%%%
%example
\documentclass[a4paper]{book}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[ansinew]{inputenc}
\usepackage[marginal]{footmisc}
\usepackage{longtable}
\usepackage{graphicx}
\usepackage{float}
\usepackage{amsmath}
\usepackage{apacite}
\usepackage{subfigure}
\usepackage{color}
\title{title}
\author{name}
\date{date}
\begin{document}
\maketitle
\tableofcontents
\listoftables
\listoffigures
\definecolor{hg}{gray}{.9}
\include{Einführung}
\include{...}
\include{...}
\appendix
\include{...}
\bibliography{lit}
\bibliographystyle{apacite}
\end{document}
More information about the texhax
mailing list