Linux Commands Examples

A great documentation place for Linux commands

odvitype

translate a dvi file for humans


see also : gftype - pktype

Synopsis

dvitype dvi_name[.dvi]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
for f in omega lambda odvicopy odvips odvitype ofm2opl opl2ofm otp2ocp outocp ovf2ovp ovp2ovf oxdvi ; do
0
source
            
for f in omega lambda odvicopy odvips odvitype ofm2opl opl2ofm otp2ocp outocp ovf2ovp ovp2ovf oxdvi ; do
rm -f $pkgdir/opt/arch/share/man/man1/$f.1

description

This manual page is not meant to be exhaustive. The complete documentation for this version of TeX can be found in the info file or manual Web2C: A TeX implementation.

The dvitype program translates a DVI (DeVice Independent) file output by (for example) tex(1) or gftodvi(1), to a file that humans can read. It also serves as a DVI file-validating program (i.e., if dvitype can read it, it’s correct) and as an example of a DVI-reading program for future device drivers.

The output file can include all commands, just the important ones, or none at all (in which case only errors are reported). A subinterval of pages may be selected for transliteration; the magnification and resolution of the ’’output device’’ may be changed; and so on. All options are specified with an on-line dialog.

The .dvi extension is supplied if omitted from dvi_name. The output goes to stdout.

options

-dpi=REAL

Set resolution to REAL pixels per inch; default 300.0.

-magnification=NUMBER

Override existing magnification with NUMBER.

-max-pages=NUMBER

Process NUMBER pages; default one million.

-output-level=NUMBER

Verbosity level, from 0 to 4; default 4.

-page-start=PAGE-SPEC

Start at PAGE-SPEC, for example ’2’ or ’5.*.-2’.

-show-opcodes

Show numeric opcodes (in decimal).

environment

The environment variable TEXFONTS is used to search for the TFM files used in the DVI file. See tex(1) for the details of the searching. If TEXFONTS is not set, it uses the system default.


see also

gftype , pktype .
Donald E. Knuth, TeX for nroffware.


authors

Donald E. Knuth wrote the program. It was published as part of the TeX for nroffware technical report, available from the TeX Users Group. Howard Trickey and Pavel Curtis originally ported it to Unix.

How can this site be more helpful to YOU ?


give  feedback