Search found 2 matches

by clairepop
Mon Jul 25, 2011 4:18 pm
Forum: Text Formatting
Topic: Short Headings in Header, Full Headings in ToC
Replies: 1
Views: 1192

Short Headings in Header, Full Headings in ToC

I have now solved this using:

Code: Select all

\pagestyle{headings}
\makeatletter
\newcommand*\std@chapter{}
\let\std@chapter=\@chapter
\renewcommand*\@chapter[2][]{\std@chapter[#2]{#2}\chaptermark{#1}}
\makeatother
by clairepop
Mon Jul 25, 2011 2:23 pm
Forum: Text Formatting
Topic: Short Headings in Header, Full Headings in ToC
Replies: 1
Views: 1192

Short Headings in Header, Full Headings in ToC

could anybody tell me how to use \thechapter in the table of contents rather than \chaptermark?

The problem I have is that I want to use short titles across the top of each page, but full titles in the toc. I'm using \pagestyle{fancyplain} \usepackage[]{tocstyle}
\usetocstyle{classic}

thanks for ...