Graphics, Figures & Tables ⇒ How to Substitute Title Page with an Image
How to Substitute Title Page with an Image
I'd like to create my book cover using another software, and use it as the page for my book in LaTeX, removing the title page altogether. Is that possible? Thanks in advance!
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
How to Substitute Title Page with an Image
Welcome to the forum!
Yes, that's possible.
Yes, that's possible.
- Remove
\maketitle
ortitlepage
environment, or simply don't use it. - Use the
pdfpages package, specifically the command
\includepdf
. This requires that your cover page is in PDF format.
LaTeX.org admin