Hello,
How to insert a .png image in the title page, and where to place the image to use it?
Regards
General ⇒ Insert an image in the title page
NEW: TikZ book now 40% off at Amazon.com for a short time.

Insert an image in the title page
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.
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Insert an image in the title page
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
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