diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-28 19:57:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-28 19:57:02 +0000 |
commit | c7cfef6687f65c2538898ddd7c6bc9c9ba50e58d (patch) | |
tree | 8f4de70d1a11463779871162ba84c1dbc874155b /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvi.html | |
parent | 8948a31a6e2ac27883f7adac1b339003961ba43f (diff) |
uk-tex-faq 3.17 (7nov07)
git-svn-id: svn://tug.org/texlive/trunk@5977 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvi.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvi.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvi.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvi.html index 90edef45b5b..f07f1ccd244 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvi.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvi.html @@ -2,26 +2,27 @@ <title>UK TeX FAQ -- question label dvi</title> </head><body> <h3>What is a DVI file?</h3> -<p>A DVI file (that is, a file with the type or extension <code>.dvi</code>) is -TeX’s main output file, using TeX in its broadest sense to -include LaTeX, etc. ‘DVI’ is supposed to be an acronym for -DeVice-Independent, meaning that the file can be -printed on almost any -kind of typographic output device. The DVI file is designed to be +<p/>A DVI file (that is, a file with the type or extension +<code>.dvi</code>) is TeX’s main output file, using TeX in its +broadest sense to include LaTeX, etc. ‘DVI’ is supposed to +be an acronym for DeVice-Independent, meaning +that the file can be printed on most +kinds of typographic output device. The DVI file is designed to be read by a driver (<a href="FAQ-driver.html">DVI drivers</a>) to produce further output designed specifically for a particular printer (e.g., a LaserJet) or to be used as input to a previewer for display on a computer screen. DVI files use TeX’s internal coding; a TeX input file should produce the same DVI file regardless of which implementation of TeX is used to produce it. -<p>A DVI file contains all the information that is needed for printing +<p/>A DVI file contains all the information that is needed for printing or previewing except for the actual bitmaps or outlines of fonts, and possibly material to be introduced by means of <a href="FAQ-specials.html"><code>\</code><code>special</code> commands</a>. -<p>The canonical reference for the structure of a DVI file is the -source of <i>dvitype</i>. +<p/>The canonical reference for the structure of a DVI file is the +source of Knuth’s program <i>dvitype</i> (whose original purpose, +as its name implies, was to view the content of a DVI file). <dl> <dt><tt><i>dvitype</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/knuth/texware/dvitype.web">systems/knuth/texware/dvitype.web</a> </dl> -<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvi">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvi</a> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvi">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvi</a> </body> |