hi every one.; im trying to remove the header from the second page of liste of symboles, i used this code
cleardoublepage% or \clearpage
\markboth{\nomname}{\nomname}% maybe with \MakeUppercase
\printnomenclature
but it didnt work.. i get undefined
im having the list of symboles as a chapter named : nota,
my document code is:
\documentclass[a4paper,12pt,oneside]{StyleThese}
\include{formatAndDefs}
\setmarginsrb{3cm}{1cm}{3cm}{1.5cm}{1cm}{1cm}{1cm}{1cm}
\begin{document}
\include{TitlePage}
\dominitoc
\setcounter{tocdepth}{3}
\setcounter{secnumdepth}{3}
\pagenumbering{roman}
\cleardoublepage
\include{./chapter./resume}
\include{./chapter./resume-anglais}
\tableofcontents
\mainmatter
\addcontentsline{toc}{chapter}{Table des figures}
\listoffigures
\addcontentsline{toc}{chapter}{Liste des tableaux}
\listoftables
\include{./chapter./nota}
\addcontentsline{toc}{chapter}{\protect\numberline{}Introduction}
Page Layout ⇒ nomenclature header
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
nomenclature header
Please try to prepare a minimal workinge xample to give us the stuff we need to understand the problem. The class is not available on CTAN, so if it is relevant to the problem, please include it with your next post.
To get back to topic, do simple pagestyle commands help? Meaning
To get back to topic, do simple pagestyle commands help? Meaning
\pagestyle{plain}
.The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.