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
193 views
Latex or PdfLatex to generate DVI
I would like to generate DVI output using latex or pdflatex, it doesn't matter. First, I would like to mention that I run the following command to compile my document and it runs successfully -
...
5
votes
1answer
65 views
How to temporarily suppress image insertion when compiling?
There are some big images in my document and compiling is taking substantial amount of time. When compiling a tex file to a dvi (and subsequently ps and pdf), is there any way I can temporarily ...
3
votes
3answers
520 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 ...
2
votes
1answer
212 views
Why using pdf we get better results than using dvi?
In How can I auto adjust a equation to appear in the entire page? (Scale to equations, is this exist?) I asked how I could change the equation sizes.
Nothing seemed to work. But the problem was I was ...
1
vote
2answers
527 views
How to see figures prepared in …eps in Yap?
I have MikTEX2.8, WinEdt5.5, Windows XP
In the style article figure, presented in title.eps sometimes (unpredictable) after obtaining dvi file cannot be seen in Yap, they are seen in pdf (via ...
0
votes
1answer
1k views
eps graphic doesn't show up in dvi output
I tried to use \munepsfig in my document, no error, no warning.
Just my image doesn't show, what could be actually wrong? Which file should I check to know the problem?
Anyway, I use a template ...
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 ...
3
votes
2answers
2k views
Include image with spaces in path directory to be processed with dvips
I have the following image that I wish to include in my document:
wget http://www.biomedcentral.com/content/figures/1471-2164-10-37-1-l.jpg -O exampleImg.jpg
I need to compile via dvi. I covert ...
