when inserting an image into my *.tex-file, I get the error
Dimension too large
the command was (reduced to the important lines)
\begin{figure}[tbp]
\includegraphics{graphics/3-1-23}
\end{figure}
where graphics/3-1-23.pdf is the file I want to include. Also tried to
- include the original tif or as eps (and left the extension of course), and
- rename the file and avoid numbers at the beginning of the line.
nothing worked out. The processing way of the image was
- get tif from oscillosope
- crop it using linux commandline tool "convert"
- converted to either eps or pdf
The package graphicx is included, when including as pdf I'm using pdflatex, otherwise latex.
Do you know such a problem or do you have a solution? Thanks in advance :-)
P.S.: Cannot provide an image yet - currently not enough reputation ;-)
!in front of the[...]and a user with enough rep will reinstate it. However I don't think that in this case this would help, as images are always converted. Can you put the PDF in a public place? – egreg May 13 '12 at 16:10Resolution: 1x1 Print size: 251x201 Units: Undefined How can I change these fields?
– AnatraIlDuck May 13 '12 at 16:24when trying .png, latex tells me that it couldn't determine the image size (when running "latex") but when running "pdflatex" everything works out fine...
– AnatraIlDuck May 13 '12 at 16:25-density 300or600for stating a suitable resolution. – egreg May 13 '12 at 16:28Thanks a lot, you saved my sunday evening :-)
– AnatraIlDuck May 13 '12 at 16:34