When I want to get an empty page I use either
\cleardoublepage
or \newpage{\pagestyle{empty}\cleardoublepage}
. I wanted to ask you if there is the possibility of inserting an empty page with the page number.Many thanks in advance.
Regards,
Marie
\cleardoublepage
or \newpage{\pagestyle{empty}\cleardoublepage}
. I wanted to ask you if there is the possibility of inserting an empty page with the page number.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
\pagestyle{empty}
as above. I cannot say more without the code, in case you are doing something which isn't standard.\newpage{\pagestyle{empty}\cleardoublepage}
, although I think it might be the same as \cleardoublepage
.
Code: Select all
\documentclass[
12pt,%
% draft,%
twoside,%
BCOR10mm,%
% bibtotocnumbered,% <= obsolete
bib=totoc, % <= recommended
toc=listof,
toc=bibliography,
numbers=noenddot
]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[spanish,ngerman,catalan,english]{babel}
\usepackage{longtable}
\usepackage{tablefootnote}
\begin{document}
\section{First Section}
\label{sec:first-section}
\newpage
\cleardoublepage
\section{Second Section}
\label{sec:second-section}
\end{document}
Open a command line and type in the following.marie2011 wrote:[…] How can I find that Section? […]
Code: Select all
texdoc scrguien
It contains a lot of stuff that is not necessary to reproduce the problem.marie2011 wrote:[…] What was wrong with the example I sent? […]
You've had it all the time. It is installed along with the package on your system.marie2011 wrote:[…] I have now the Script. […]
\cleardoubleplainpage
and everything works fine now.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