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

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

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