[texhax] texhax Digest, Vol 2008, Issue 107

Lantz Susan lantzs at tristate.edu
Mon Apr 14 17:58:47 CEST 2008


Christian,

I had the same header problem with an appendix. If you put the command
\aftermatter before the \appendix command, it  should solve your
problem. (It did for me.)

Susan Lantz


Susan A. Lantz, Ph.D.
Associate Professor of Mechanical Engineering
Tri-State University
lantzs at tristate.edu
 

-----Original Message-----

From: "Christian Deindl" <deindl at soziologie.uzh.ch>
Subject: [texhax] Bibliography and documentclass{book}

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