General ⇒ Extra page in non-numbered chapter
Extra page in non-numbered chapter
tableofcontents
\chapter*{Introducción}
\markright{\MakeUppercase{Introducción}}
\addcontentsline{toc}{chapter}{Introducción}
\input{sections.tex/Introducción}
That works ok for the header. BUT before the page "Introducción" with its corresponding text: Prefacio bla..bla..bla, I get en EXTRA-PAGE which only contains the title "Introducción".
Note.- I have also proved with the command "\include{sections.tex/Inroducción}", instead of \input{sections.tex/Introducción}, but the result is the same with the extra-page.
Can anyone let me know how to eliminate the extra-page.
Thank you 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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Extra page in non-numbered chapter
by default, a book class document starts chapters on right-hand pages. So, an empty page may be inserted to achieve this.
To change this, you can set the openany option.
Stefan
Extra page in non-numbered chapter
Best regards,
Jon