DVI is the output format for the TeX typesetting system.
-1
votes
1answer
39 views
Why am I unable to generate pdf file from dvi using Latex? [closed]
I was able to successfully generate pdf from dvi using Latex, but since i've included illustrative pictures I get an error on every attempt when I try to generate pdf file from dvi.
This is how I ...
4
votes
2answers
1k views
dvi generation: no bounding box
I wrote a research paper in latex and generated pdf using Kile. Now I need a dvi file also. Kile's quick build process does not give a dvi file, but its 'Latex' compile process does.
So I tried to ...
3
votes
7answers
3k views
2
votes
2answers
7k views
Included LaTeX figures do not show in dvi but do in pdf
I am trying to get LaTeX to include figures, but the eps files will not show up in the DVI. I tried various packages to no avail. The figures will show up fine if I compile to PDF, but not in the DVI ...
1
vote
6answers
2k views
Latex using eps images builds slowly [closed]
Working with a latex document with eps images as in the example below...
\documentclass[11pt]{paper}
\usepackage[dvips]{graphicx}
\usepackage{fullpage}
\usepackage{hyperref}
\usepackage{amsmath}
...