blob: d17bfeb5b06470538ffb11701f6fe03139bedd5a (
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
|
To install:
1) Copy the desired .sty files to your favoriate LaTeX library (e.g.,
/usr/lib/tex/inputs).
txt.sty - Generates fixed-width font output from LaTeX input.
Does flush-right output if doc.tfm is installed.
txt-old.sty - Older version of txt.sty that generates ragged-right
output, but does not require doc.tfm
txt.tex - "Documentation" for the above.
rfc.sty - .sty for Internet RFCs.
i-d.sty - .sty for Internet Drafts.
rfc.tex - "Documentation" for the above.
2) Copy the doc.tfm file to your favorite LaTeX font directory (e.g.,
/usr/lib/tex/fonts).
3) Make and install the new version of dvi2tty:
cd dvi2tty
make
cp dvi2tty <your favorite binary directory>
|