Graphics, Figures & Tables ⇒ PNG Images appear colourless in Document
PNG Images appear colourless in Document
I've got the following issue - when I compile my document, the images which I've put in it are colourless, although they have colour in fact. The problem is with PS and PDF, while DVI is alright, however there is no way to print DVI on the computer where the printer is. How can I fix this, i.e. make the images appear coloured?
I use TeXnicCenter for writing and compiling the code and MikTeX.
Thanks in advance,
Deyan
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: PNG Images appear colourless in Document
You should use PDFLaTeX, which accepts PDF, PNG, and JPEG (possibly one other that I'm forgetting) images. PDFLaTeX works the same way as standard LaTeX, but generates PDF output instead of DVI.
Re: PNG Images appear colourless in Document
I had the same problem. dvipdfm worked for me.