summaryrefslogtreecommitdiff
path: root/info/tcdmanual/output.tex
blob: 1531a1c88c936aeb0c3171f1c410531e7446802e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
\sectiontitle{Printing \LaTeX}
\label{output}

A \TeX\ `output driver' translates a DVI file
into instructions for a printer or other output device
(such as a graphics screen).
There are drivers available
for virtual all devices.

\TeX\ drivers generally have names
like \verb"dvixyz" or \verb"dvi2xyz",
where \verb"xyz" is the start of the printer's name.
To print the \LaTeX\ file \verb"test.tex"
it must first be ``\LaTeX-ed'' with the command
\begin{verbatim}
      latex test
\end{verbatim}
and the resulting DVI file \verb"test.dvi"
then sent to the printer with a command like
\begin{verbatim}
      dvixyz test
\end{verbatim}

The following \TeX\ drivers are available
in the School of Mathematics.

\begin{description}
\item[dvifuj]
This is the program for printing \TeX\ or \LaTeX\ files
on the Fujitsu matrix printers
in the Terminal Room (School of Mathematics Room 14)
and the Barron-O'Reilly room.
To print \verb"test.dvi" on the former, give the command
\begin{verbatim}
      dvifuj test -Pwr14
\end{verbatim}
For the latter,
\begin{verbatim}
      dvifuj test -Pbor
\end{verbatim}

\item[dvips]
This will send output to the Apple LaserWriter
in the Secretaries' Office.
It is presently reserved for staff and research students,
though it may be made available for special requests,
eg for printing CV's.
The command
\begin{verbatim}
      dvips test
\end{verbatim}
will send the output from \verb"test.dvi" to the printer.
(The `ps' is \verb"dvips" stands for PostScript.
There are many PostScript printers like the LaserWriter;
\verb"dvips" will produce output for any such printer.)

\item[dvi2tty]
This will attempt to display \TeX\ output on a dumb terminal.
It is of necessity very crude,
but can be useful as a first view.

\item[xdvi]
This sends \TeX\ output to an X-terminal
or Unix workstation,
and gives a highly accurate representation
of the printed output.

\item[dvielq]
This produces output for an Epson LQ printer.
\end{description}