Graphics, Figures & TablesImage in title page do not appear

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
gabiang
Posts: 4
Joined: Mon Dec 02, 2013 10:24 pm

Image in title page do not appear

Post by gabiang »

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!!!
Attachments
tesis.tex
(4.41 KiB) Downloaded 342 times

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

tom
Posts: 73
Joined: Thu Apr 18, 2013 4:02 am

Image in title page do not appear

Post by tom »

Hello!

Place the following code on a separate line:

Code: Select all

\includegraphics[width=0.15\textwidth]{./logo.jpg}\\[1cm]
At the moment it is on the same line as the comment on line 88. Also make sure you have the file "logo.jpg"
gabiang
Posts: 4
Joined: Mon Dec 02, 2013 10:24 pm

Image in title page do not appear

Post by gabiang »

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.
tesis.tex
(4.23 KiB) Downloaded 344 times
Thanks in advance!
G
Attachments
logo.jpg
logo.jpg (112.38 KiB) Viewed 6409 times
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Image in title page do not appear

Post by localghost »

You probably need to load the graphicx package.

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 348 times
UBA-Logo.pdf
The logo image as PDF file with properties of a vector graphics.
(29.37 KiB) Downloaded 336 times
gabiang
Posts: 4
Joined: Mon Dec 02, 2013 10:24 pm

Re: Image in title page do not appear

Post by gabiang »

Many many many thanks!
Post Reply