Code: Select all
\documentclass{memoir}
\begin{document}
Intended as book cover
\clearpage
\end{document}
Code: Select all
\documentclass{memoir}
\begin{document}
Intended as book cover
\clearpage
\end{document}
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
\thispagestyle{empty}
for choosing the empty page style which means there's no header and no footer.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.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