{png} concerns the PNG (Portable Network Graphics) bitmapped image format which employs lossless data compression.
1
vote
0answers
696 views
xdvi/ghostscript error on inserting a png into a LaTeX file [closed]
I'm trying to include a .png picture into my LaTeX .dvi file. I use Emacs on Debian, if that is of any importance.
I do this by
\usepackage{graphicx}
\graphicspath{{./dia/}}
and then
...
1
vote
2answers
229 views
Whitespace problems with DVIPNG with LaTeX
I am trying to use LaTeX to output DVI files, then use DVIPNG to make images for, say, a website. The problem is when I take something like this:
\documentclass{article}
\pagestyle{empty}
...
8
votes
4answers
1k views
Included png appears too big in PDF
I'm a beginner with LaTex and writing an article in it (letter-sized). WinEDT and MikTeX (versions seen in the log).
I have a PNG chart (obtained from R/ggplot2) which is 471 x 335 pixels and which ...
1
vote
0answers
315 views
Sweave won't create PNG images [closed]
Up to this morning Sweave() was regularly creating images in png format (I used png=T as an argument).
At some point Sweave would no longer create any PNG image (this is a problem for me 'cause ...
0
votes
1answer
324 views
Problem with pdflatex and colored output files: PNG and PDF
I need to create PNG and PDF files from the same .tex source using pdflatex (Texlive 2010, Ubuntu).
To make PNG files, there's no problem with dvipng utility.
But with PDF files (created by the ...
