Text Formatting ⇒ Page header in non-numbered chapter
Page header in non-numbered chapter
\tableofcontents
\mainmatter
\include{sections.tex/Introducción}
\addcontentsline{toc}{chapter}{Introducción}
and now normal chapters
\input{sections.tex/01Capítulo1}
\input{sections.tex/02Capítulo2}
\input{sections.tex/03Capítulo3}
\input{sections.tex/04Capítulo4}
\input{sections.tex/05Capítulo5}
QUESTION: After compiling the "normal (numbered" chapters appear with the correct header.
BUT the Chapter "Introducción" appears with the header "CONTENIDO" that belongs to tableof contents.
How can I do to get the header "Introducción" appearing on pages of section "Introducción"?
Thanks so much for your help.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Page header in non-numbered chapter
Tanks so much for your comprehension.
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm