Search found 3 matches

by loolabell
Wed Aug 12, 2009 6:31 pm
Forum: Page Layout
Topic: Header for Nomenclature
Replies: 3
Views: 19941

Header for Nomenclature

Just tried the

Code: Select all

\clearpage
\markboth{\nomname}{\nomname}
and it works! Thank you very much! :-D
by loolabell
Wed Aug 12, 2009 6:29 pm
Forum: Page Layout
Topic: Header for Nomenclature
Replies: 3
Views: 19941

Header for Nomenclature

Here's some more code:


\documentclass[12pt,a4paper]{report}
\usepackage{fancyhdr}
\pagestyle{fancyplain}
\usepackage{nomencl}
\makenomenclature
\makeindex

\fancyhf{}

\lhead{\textsf{\fancyplain{}{\nouppercase\leftmark}}}
\cfoot{\textsf{\fancyplain{}{\thepage}}}

\begin{document ...
by loolabell
Wed Aug 12, 2009 3:40 pm
Forum: Page Layout
Topic: Header for Nomenclature
Replies: 3
Views: 19941

Header for Nomenclature

Hi!

I'm relatively new to Latex and am struggling a bit with the formatting. I've managed to compile the Nomenclature and rename it as "List of Symbols". Because of the number of symbols in the list, it goes onto 2 pages. The header at the top of the second page of symbols doesn't seem to recognise ...