Page Layout ⇒ How do I avoid all page numbers from all pages of my book ?
How do I avoid all page numbers from all pages of my book ?
Thanks,
partha
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
How do I avoid all page numbers from all pages of my book ?

Code: Select all
\usepackage[manualmark]{scrlayer-scrpage}
\clearpairofpagestyles
Code: Select all
\usepackage[automark]{scrlayer-scrpage}
\renewcommand*{\pagemark}{}
Disclaimer: This is no one of my interests, so I will not participate in any further discussion.
How do I avoid all page numbers from all pages of my book ?
There is always so many things I learn from this forum. GOD bless all
the people in this community.
partha