{dvi} should be used for questions about the DeVice Independent format produced by the classic (la)tex compiler. If the question is about how to produce a dvi file with the classic (la)tex compiler then the tag {dvi-mode} should be used instead.
59
votes
5answers
3k views
Is there any reason to compile to DVI rather than PDF these days?
I appreciate that in the past, latex was faster than pdflatex, but computer speeds being what they are nowadays, I can't see any difference in how quickly documents compile...
So, given that the end ...
15
votes
12answers
1k views
Output viewers for use with LaTeX
What viewers do you use for reviewing the beautifully-styled output of your LaTeX source?
List PDF, DVI and PostScript options.
Possibly, one entry per answer, and list platform availability, ...
15
votes
2answers
1k views
Which TeX programs produce dvi output?
I know that tex and latex produce dvi output.
Are there any others?
10
votes
1answer
355 views
Why does my conference/university require me to use dvi intermediary format?
What for?
I thought pdfLaTeX was simpler and eliminated useless steps as well as possible font issues?
In other words what is the difference between a pdf generated using the LaTeX command and dvi's ...
8
votes
2answers
142 views
Are \count1, …, \count9 useful?
To quote TeX by Topic, "whenever a \shipout occurs, TeX also writes the values of counters 0–9 to the dvi file and the terminal."
Do any dvi viewers or converters (e.g., dvips) make use of ...
7
votes
4answers
726 views
Can we convert DVI or PostScript into TeX?
Basically that is the question - if we have a DVI file can we get on the base on it the original TeX file?
7
votes
3answers
192 views
How to compare two dvi files?
Is there any tool that compares two dvi files. I would like to check if they are identical after I make some changes with source tex file.
7
votes
2answers
667 views
Difference between dvipdf executables
What is the difference between the different dvipdf executables in \MiKTeX 2.8\miktex\bin
dvipdfm.exe
dvipdfmx.exe
dvipdft.exe
6
votes
4answers
117 views
pdf vs dvi vs postscript
I have a few questions regarding these three:
What is the difference between those three outputs?
Does it make any difference in how my code is processed or just how it
is displayed? What's ...
6
votes
1answer
76 views
Macros in \special
I tried to compute a bounding box in LaTeX and pass the value on to dvisvgm via DVI specials. The resulting code (which I copy-and-pasted together from all over the internet) looked as follows:
...
5
votes
1answer
111 views
Why does the latex command sometimes produces PDF output?
I have noticed that on some .tex files (making use of the graphicx and hyperref packages and PDF image files), the latex command produces PDF files instead of the expected DVI. How and when does this ...
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 ...
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 ...
5
votes
1answer
126 views
Rotated text failure with DVI
I'm using the following code:
\begin{tabular}{r|ccc}
&
\begin{rotate}{60} Property 1 \end{rotate} &
\begin{rotate}{60} Property 2 \end{rotate} &
\begin{rotate}{60} Property 3 ...
4
votes
3answers
721 views
Why does LaTeX not embed imported EPS images into the DVI file?
Experiment:
Compiling a file, having PSTricks code inside, in LaTeX (latex.exe), results in a self-contained DVI, where this PSTricks code is embedded.
But if the file has EPS images, the resulting ...
4
votes
3answers
4k views
Which DVI viewer on linux?
Today, to my complete disbelief, I realized evince on Gnome 3 is not able to open DVI files. Which readers do you suggest, and why? It would prefer gnome applications of course, but I don't mind ...
4
votes
1answer
976 views
Does tikz 2.1 no longer work with the preview package?
I used to be able to create png images of diagrams made with tikz code by using the preview package and printing the dvi output from dvips to a png file using ghostscript. The latest version of tikz ...
4
votes
1answer
364 views
dvi2rtf - who can convert DVI files to RTF files?
Consider a *NIX executable, dvi2rtf, whose contents are:
#!/bin/sh
TMPX=`mktemp /tmp/dvi2rtf.XXXXXX`
dvitty $1 $TMPX # CTAN
txt2rtf $TMPX $2 # CTAN, in rtfutils
If my head is working ...
3
votes
3answers
185 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 -
...
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 ...
3
votes
2answers
560 views
microtype font expansion and DVI output; problem with kpathsea
Consider the following file test.tex
\documentclass[11pt]{report}
\usepackage[T1]{fontenc}
\usepackage[protrusion,expansion]{microtype}
\begin{document}
\chapter{A new chapter}
Some actual testing ...
3
votes
3answers
508 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 ...
3
votes
1answer
1k views
Tikz with positioning does not work with DVI
I have the following Tikz picture:
\begin{tikzpicture}
\node (a) {A};
\node [below=2cm of a] (b) {B};
\end{tikzpicture}
When I compile this code with PDF-LaTeX, I get the expected result: "B" ...
3
votes
1answer
123 views
Pgfplots graphics tick label positioning issue with latex->dvi (but not with pdflatex->pdf)
I'm trying to plot an image file in a pdfplots axis. This is a minimal example (the files fig2a.eps and fig2a.png both contain the image that should be plotted):
\documentclass{standalone}
...
3
votes
1answer
158 views
Turning underlines OFF in hyperref
How do I get rid of all underlines under links in hyperref? I am processing to DVI, not PDF (because I am using some PS-specific graphing which is non-functional in pdflatex). I am specifying
...
3
votes
1answer
2k views
Margin changes in converting DVI to PDF
I have a 1 inch top margin in all the pages that I have in my DVI file. When
I convert this to PDF however the top margin reduces! I am not sure why this is happening. Could someone tell me how to ...
3
votes
1answer
552 views
Hyperref link spanning two lines
in my tex source file I have a link like that:
\href{http://en.wikipedia.org/wiki/Warm_dark_matter}{Warm
Dark Matter}
This link starts on one line and ends on the next line. The problem is that ...
3
votes
1answer
2k views
LaTeX vs pdflatex on \neq
Using LaTeX for .dvi output produces unexpected result for \neq, instead of the \neq, it's displaying = though pdflatex provides the correct symbol.
Am I doing something wrong? I'm using ...
2
votes
1answer
137 views
page “x” may be too complex to print error
When I use the command dvipdf dummy.dvi to convert it from dvi to pdf, I get this error for some pages "x". Could anybody help me on this please?
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 ...
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 ...
2
votes
2answers
291 views
Weird message on dvi mode [closed]
I am getting the following message when I visualize in dvi mode:
MiKTeX Problem Report
Message: Some PostScript specials could not be rendered.
Data: Error: /undefined in H.S
Operand stack:
...
2
votes
1answer
572 views
How do I combine hyperref and classicthesis without errors using (dvi)latex.
I'm trying to get this document to work using the latex command.
\documentclass{scrreprt}
\usepackage[english]{babel}
\usepackage{subfig}
\usepackage{hyperref}
\usepackage{classicthesis}%
...
2
votes
1answer
182 views
Assigning fixed value to top margin
I am using TeXnicCenter .When I generate the .dvi file top margins look decent. Somehow on converting the .dvi to pdf the top margins get squashed. Is this normal? How can I ensure that an inch of ...
2
votes
1answer
331 views
MiKTeX+WinEdt How to automatically close the current DVI file before opening a new one?
I am using the MiKTeX + WinEdt for my texing, and every time after click 'texify' WinEdt will automatically open the DVI file for me to preview. Then I usually edit the .tex file and compile again. ...
2
votes
2answers
162 views
Is it possibile to report the baseline of a dvipng converted image without using preview-latex?
I'm compiling .tex with pdftex and to align some PNG images created with dvipng (I love it's speed), I need to use the --depth value from this utility. But as I can read, correct values are output ...
2
votes
1answer
336 views
Difference between latex-dvips and pdflatex - resolutions
The answer to a previous question — hyperref url breaking — has got me puzzled. If you take the example code of the accepted answer and use pdfborder={0 0 10} (instead of 100), two things will happen:
...
1
vote
2answers
524 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 ...
1
vote
1answer
112 views
Preview in auctex on debian stable works in dvi mode, but fails on pdf mode
My auctex renders preview images on my debian stable system (6.0.6) if I set it to dvi mode, but it fails if I set auctex to pdf mode.
I assume there is either a mistake in my emacs configuration ...
1
vote
1answer
206 views
How to open a LaTeX document where the mouse cursor points in DVI with Kile? (Inverse Search)
I think I have heard about that in somewhere but don't know where.
I'm using Kile and Okular on Ubuntu, so I appreciate a solution for it. (But I think it's not depends of Kile.) But other ideas are ...
1
vote
2answers
129 views
How to better combine several PDF files with DVI and PS available?
I got 5 pdf files with their original dvi and ps, but i don't have the tex files which created them.
Now I would like to combine them to a single pdf. I know I can easily do it using Adobe acrobat. ...
1
vote
1answer
178 views
vim-LaTeX does not run bibTeX
I'm on a Windows 7 machine, using the most recent version of vim-LaTeX with gVim. With all of the defaults, using \ll to compile my document only runs LaTeX once, when it should run multiple times, ...
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 ...
1
vote
0answers
319 views
Yap viewer getting slow [closed]
I switched recently from MikTeX 2.5 to MiKTeX 2.9 version for latex compilation. I'm getting the below issue with Yap viewer.
Performance of Yap viewer is very slow in opening and browsing through ...
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 ...
0
votes
2answers
427 views
Ghostscript problem
I'm trying to submit a LaTeX paper to Wiley ISMRW but get the following error:
************************************************************************
command: dvipdf MRM3.dvi
Command Ok
dvips: ...
0
votes
1answer
86 views
Automatically created Sub-folder
I've problem for days but I can't find the solution
After compiling, the DVI file couldn't opened. a folder named BUILD auto created on the same directory, it contains all the other files like .aux, ...
0
votes
2answers
181 views
Why powerdot on Mac (MacTeX 2011) is giving me a shrunk dvi output?
I'm trying to use the powerdot class that comes with TeX Live 2011 on Mac OS X Lion (MacTex). I'm using the sample file from docs, powerdot-example.tex. On the command line, I use
latex ...
0
votes
1answer
197 views
Different color display between Adobe Reader and Yap
Today I have been realized some drawings for my scientific article using PGF. After converting the DVI to the PDF file I have noticed that my grid which has been supposed to be gray was somewhat ...
0
votes
0answers
47 views
border line disappeared after convert dvi to pdf
all, I have two graphs, which are draw using visio using black lines. Now the problem is whenever I generate dvi file (I am using subfigure), these two graphs look fine, but when I convert it to pdf ...
