Page Layoutmemoir | Disable Page Number on first Page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
arobase
Posts: 33
Joined: Sat Apr 14, 2012 7:46 pm

memoir | Disable Page Number on first Page

Post by arobase »

This prints '1' in the top right corner of the page. How can I avoid this?

Code: Select all

\documentclass{memoir}

\begin{document}
  Intended as book cover

  \clearpage
\end{document}

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

memoir | Disable Page Number on first Page

Post by Stefan Kottwitz »

You could use \thispagestyle{empty} for choosing the empty page style which means there's no header and no footer.

Perhaps the titlingpage environment of the memoir class is useful for you. A title page is similar but different to a cover: it's a right hand inner page with the title, which means margins can be different than with a cover page, where margins may be symmetric. But both kind of pages are used without the header and footer which are used in the content.

Stefan
LaTeX.org admin
Post Reply