GeneralImages

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Marco110981
Posts: 6
Joined: Thu Nov 20, 2008 3:35 am

Images

Post by Marco110981 »

Hello,

I am trying to insert images(and I could succesfully do it), but on the top of the page containing the figure, file's path shows up as well. How can I explain LATEX I do not want that?

I have been saving my figure on openoffice and after that exporting it as a pdf file.
Do you think that converting it to an .eps file would improve quality?

Also, I would like to know if there are any kind of commands (I suspect there are...) to modify figure's capture (position, dimension, style etc...).

Thank you for your help!
bye
Marco

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Images

Post by localghost »

Marco110981 wrote:[…] I am trying to insert images(and I could succesfully do it), but on the top of the page containing the figure, file's path shows up as well. How can I explain LATEX I do not want that? […]
There is nothing you have to explain to LaTeX. Just avoid blank spaces in both the name and the complete path of the file. Alternatively you can use the grffile package from the oberdiek bundle.
Marco110981 wrote:[…] I have been saving my figure on openoffice and after that exporting it as a pdf file. Do you think that converting it to an .eps file would improve quality? […]
No. Both are vector based formats. This is only important when deciding to compile with latex instead of pdflatex.
Marco110981 wrote:[…] Also, I would like to know if there are any kind of commands (I suspect there are...) to modify figure's capture (position, dimension, style etc...). […]
The caption package lets you customize your float captions in many ways.


Best regards
Thorsten¹
Post Reply