Graphics, Figures & TablesHow to Substitute Title Page with an Image

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
stdq
Posts: 3
Joined: Mon Feb 23, 2015 12:31 am

How to Substitute Title Page with an Image

Post by stdq »

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!

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: 10324
Joined: Mon Mar 10, 2008 9:44 pm

How to Substitute Title Page with an Image

Post by Stefan Kottwitz »

Welcome to the forum!

Yes, that's possible.
  • Remove \maketitle or titlepage 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.
Stefan
LaTeX.org admin
stdq
Posts: 3
Joined: Mon Feb 23, 2015 12:31 am

Re: How to Substitute Title Page with an Image

Post by stdq »

Thanks! =)
Post Reply