GeneralInsert an image in the title page

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
saeddawoud
Posts: 2
Joined: Wed Dec 24, 2008 6:10 pm

Insert an image in the title page

Post by saeddawoud »

Hello,
How to insert a .png image in the title page, and where to place the image to use it?
Regards

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Insert an image in the title page

Post by phi »

Exactly like everywhere else, with the \includegraphics command. Just don't use the standard \maketitle command, but create your own title page using the titlepage environment. Alternatively, use the notitlepage option and inert the image just after \maketitle.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Insert an image in the title page

Post by Stefan Kottwitz »

Hi,

just an additional remark: if you want to include png files then use pdflatex. For \includegraphics use the graphicx package, have a look at its documentation.

Stefan
LaTeX.org admin
Post Reply