Graphics, Figures & Tables ⇒ Inserted figure looks cut
-
- Posts: 3
- Joined: Mon Mar 02, 2009 12:04 pm
Inserted figure looks cut
I'm kind of new using latex and I have a problem. I wrote a report in which I have some pictures and all of them look cut at the right and bottom sites (like 1 cm or so) and I don't know why.
I left white spaces at those sites in my figures and now I get the complete figures, but the caption does not fit exactly and it does not look like good. I am using emacs and miktex on Windows XP, my figures are all in .eps format and I look the preview with dvi yap viewer.
Does anyone know what I could do? I left a representation of my problem:
Original figure:
+---------------+
|0000000000|
|0000000000|
|0000000000|
|0000000000|
|0000000000|
|0000000000|
|0000000000|
+---------------+
The inserted figure look like this (cut at the right and bottom):
+------------+
|00000000|
|00000000|
|00000000|
|00000000|
|00000000|
+------------+
I add white space at right and bottom:
+-------------------+
|0000000000000|
|0000000000000|
|0000000000000|
|0000000000000|
|0000000000000|
|0000000000000|
|0000000000000|
|0000000000000|
|0000000000000|
|0000000000000|
+-------------------+
Inserted figure looks ok, but caption does not fit:
+---------------+
|0000000000|
|0000000000|
|0000000000|
|0000000000|
|0000000000|
|0000000000|
|0000000000|
+---------------+
Figure 1: Representation of
a model from x ...
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Inserted figure looks cut
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 3
- Joined: Mon Mar 02, 2009 12:04 pm
Re: Inserted figure looks cut
The code I'm using is:
\begin{center} \begin{figure}[!h]
\includegraphics[width=4cm]{images/Ethane}
\caption[Ethane molecule]{Ethane molecule.} \label{fig:c2h6}
\end{figure} \end{center}
I attatched the original picture and I convert it to .eps using OpenOffice Draw.
Thanks in advance
- Attachments
-
- Ethane01.png (32.82 KiB) Viewed 5388 times
Re: Inserted figure looks cut
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Inserted figure looks cut
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 3
- Joined: Mon Mar 02, 2009 12:04 pm
Re: Inserted figure looks cut
actually I did not think of a wrong conversion and that could be the reason. I copied this picture from a website in .png format, opened it with OpenOffice Draw, edited a bit (e.g. I changed the margins) and then exported as .eps format.
I am trying to understand the logic of all of this.
Thanks in advance
- Attachments
-
- Ethane.rar
- (43.92 KiB) Downloaded 261 times
Re: Inserted figure looks cut
- Attachments
-
- Ethane.pdf
- Interactive ethane molecule
- (237.74 KiB) Downloaded 332 times