<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.6944.0">
<TITLE>RE: [texhax] Invisible in TOC, visible in page headers - how?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>> I have a directory of abbreviations (DOA) which I implemented as follows:<BR>
><BR>
> \usepackage{acronym}<BR>
> .<BR>
> .<BR>
> .<BR>
> \section*{Abbreviations}<BR>
><BR>
> \begin{acronym}[CASPASE-14]\label{tab:AKV}<BR>
> \acro{...}{...}<BR>
> .<BR>
> .<BR>
> .<BR>
> \end{acronym}<BR>
><BR>
> Now I'm running into problems with the page headers, as "Table of contents",<BR>
> the part in the document defined directly before the DOA-section, is put in<BR>
> the page header on the page of the DOA. It all makes perfect sense, but I<BR>
> still need a workaround to display "Abbreviations" in the page header.<BR>
><BR>
> I used the section command to have the heading look exactly like those of<BR>
> the TOC and list of tables. Ho can I keep this format and have the correct<BR>
> heading displayed in the page header?<BR>
<BR>
Try the fancyhdr package.<BR>
<BR>
Cheers, Phil</FONT>
</P>
</BODY>
</HTML>