General ⇒ Images do not display in pdf document
Images do not display in pdf document
There are no Errors or Warnings but 30 bad boxes, none of which relate to sections containing my images.
Can anyone suggest where the problem is?
Thanks.
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
Images do not display in pdf document
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Images do not display in pdf document
Viv
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Images do not display in pdf document
This is another topic which you also can ask questions about. But before using the antique picture environment, you should take a look at the very powerful pgf/TikZ or PSTricks package. The latter one relies on postscript specials and cannot be used with pdflatex. The picture environment can be extended in its capabilities by pict2e, but nevertheless remains very limited.viv wrote:[...] but as I also have a problem with pictures generated with \begin{picture} I assume that epstopdf will not solve that. [...]
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Images do not display in pdf document
pictures by \begin{picture} ... \end{picture} will work with latex and pdflatex.
Or do you mean pspicture?
Stefan
Images do not display in pdf document
Thanks, I do mean \begin{picture} ... \end{picture} and it looks as if it is one use of this which produces a picture which does not display properly, while all the rest do. I should be able to solve this with a little thought.Stefan_K wrote:Hi Viv,
pictures by \begin{picture} ... \end{picture} will work with latex and pdflatex.
Or do you mean pspicture?
Stefan
Viv