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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
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