Page Layoutnomenclature header

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
ayegou
Posts: 1
Joined: Mon Jun 09, 2014 5:31 pm

nomenclature header

Post by ayegou »

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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Johannes_B »

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 \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.
Post Reply