Tagged Questions
2
votes
1answer
69 views
How to increase the dpi without increasing the size of the picture via dvipng?
There is a useful tool in MikTeX called dvipng, which can transform dvi file to png file.
My question is about the useage of this command.
I usually use it with options
-T tight -D 120 -z 9 -bg ...
3
votes
3answers
510 views
Including graphics for both DVI and PNG
I'm asking a question is quite similar to this one (where I don't seem to be able to leave comments):
MikTex error for PNG images when trying to produce DVI
I'm producing a PDF document, but I'm ...
1
vote
1answer
186 views
LaTeX, dvipng and pipes
I am trying to create PNG images for each page in a LaTeX document on the fly. Since the startup time of LaTeX is the limiting factor for speed I tried the following approach using names pipes:
Bash ...
5
votes
3answers
4k views
MikTex error for PNG images when trying to produce DVI
I have a tex file with \includegraphic elements for some PNG images.
I use MikTeX on Windows and the PDF is fine.
Now, I need a DVI so I tried using: \pdfoutput=0
This creates a DVI, but only after I ...
