Hi!
Ican't make the image to appear in the titlepage. I can imagine is an option in the preamble, but can't figured out which one is...
I have attached the tex file.
Thanks in advance!!!
Graphics, Figures & Tables ⇒ Image in title page do not appear
Image in title page do not appear
- Attachments
-
- tesis.tex
- (4.41 KiB) Downloaded 343 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

Image in title page do not appear
Hello!
Place the following code on a separate line:
At the moment it is on the same line as the comment on line 88. Also make sure you have the file "logo.jpg"
Place the following code on a separate line:
Code: Select all
\includegraphics[width=0.15\textwidth]{./logo.jpg}\\[1cm]
Image in title page do not appear
Uffff sorry for that silly mistake and thanks for the reply!
However now I get an undefined control sequence.
I attached the modified code and the logo.jpg. Thanks in advance!
G
However now I get an undefined control sequence.
I attached the modified code and the logo.jpg. Thanks in advance!
G
- Attachments
-
- logo.jpg (112.38 KiB) Viewed 6435 times
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Image in title page do not appear
You probably need to load the graphicx package.
Remarks:
Best regards and welcome to the board
Thorsten
Remarks:
- Converted logo image to (real) EPS and PDF (see attachment).
Best regards and welcome to the board
Thorsten
- Attachments
-
- UBA-Logo.eps
- The logo image as EPS file with properties of a vector graphics.
- (19.2 KiB) Downloaded 349 times
-
- UBA-Logo.pdf
- The logo image as PDF file with properties of a vector graphics.
- (29.37 KiB) Downloaded 336 times
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Image in title page do not appear
Many many many thanks!