Page Layout ⇒ nomenclature header
nomenclature header
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}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
nomenclature header
To get back to topic, do simple pagestyle commands help? Meaning
\pagestyle{plain}
.