]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/groff/tmac/troffrc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / groff / tmac / troffrc
1 .\" Startup file for troff.
2 .\" $FreeBSD$
3 .
4 .\" This is tested by pic.
5 .nr 0p 0
6 .
7 .\" Load composite mappings.
8 .do mso composite.tmac
9 .
10 .\" Use .do here, so that it works with -C.
11 .\" The groff command defines the .X string if the -X option was given.
12 .ie r.X .do ds troffrc!ps Xps.tmac
13 .el .do ds troffrc!ps ps.tmac
14 .do ds troffrc!dvi dvi.tmac
15 .do ds troffrc!X75 X.tmac
16 .do ds troffrc!X75-12 X.tmac
17 .do ds troffrc!X100 X.tmac
18 .do ds troffrc!X100-12 X.tmac
19 .do ds troffrc!ascii tty.tmac
20 .do ds troffrc!latin1 tty.tmac
21 .do ds troffrc!koi8-r tty.tmac
22 .do ds troffrc!utf8 tty.tmac
23 .do ds troffrc!cp1047 tty.tmac
24 .do ds troffrc!lj4 lj4.tmac
25 .do ds troffrc!lbp lbp.tmac
26 .do ds troffrc!html html.tmac
27 .do if d troffrc!\*[.T] \
28 .       do mso \*[troffrc!\*[.T]]
29 .do rm troffrc!ps troffrc!Xps troffrc!dvi troffrc!X75 troffrc!X75-12 \
30 troffrc!X100 troffrc!X100-12 troffrc!lj4 troff!lbp troffrc!html
31 .
32 .\" test whether we work under EBCDIC
33 .do ie '\[char97]'a' \
34 .       ie '\*[.T]'koi8-r' \
35 .               do tr \[char154]\~
36 .       el \
37 .               do tr \[char160]\~
38 .el \
39 .       do tr \[char65]\~
40 .
41 .\" Set the hyphenation language to `us'.
42 .do hla us
43 .
44 .\" Load hyphenation patterns and exceptions.
45 .do hpf hyphen.us
46 .do hpfa hyphenex.us
47 .if '\*[.T]'koi8-r' \
48 .       do hpfa hyphen.ru
49 .
50 .\" Handle paper formats
51 .do mso papersize.tmac
52 .
53 .\" Don't let blank lines creep in here.