Deleted Added
full compact
troffrc (114410) troffrc (119887)
1.\" Startup file for troff.
1.\" Startup file for troff.
2.\" $FreeBSD: head/contrib/groff/tmac/troffrc 114410 2003-05-01 13:18:29Z ru $
2.\" $FreeBSD: head/contrib/groff/tmac/troffrc 119887 2003-09-08 17:46:33Z ru $
3.
4.\" This is tested by pic.
5.nr 0p 0
6.
7.\" Use .do here, so that it works with -C.
8.\" The groff command defines the .X string if the -X option was given.
9.ie r.X .do ds troffrc!ps Xps.tmac
10.el .do ds troffrc!ps ps.tmac

--- 12 unchanged lines hidden (view full) ---

23.do ds troffrc!html html.tmac
24.do if d troffrc!\*[.T] \
25. do mso \*[troffrc!\*[.T]]
26.do rm troffrc!ps troffrc!Xps troffrc!dvi troffrc!X75 troffrc!X75-12 \
27troffrc!X100 troffrc!X100-12 troffrc!lj4 troff!lbp troffrc!html
28.
29.\" test whether we work under EBCDIC
30.do ie '\[char97]'a' \
3.
4.\" This is tested by pic.
5.nr 0p 0
6.
7.\" Use .do here, so that it works with -C.
8.\" The groff command defines the .X string if the -X option was given.
9.ie r.X .do ds troffrc!ps Xps.tmac
10.el .do ds troffrc!ps ps.tmac

--- 12 unchanged lines hidden (view full) ---

23.do ds troffrc!html html.tmac
24.do if d troffrc!\*[.T] \
25. do mso \*[troffrc!\*[.T]]
26.do rm troffrc!ps troffrc!Xps troffrc!dvi troffrc!X75 troffrc!X75-12 \
27troffrc!X100 troffrc!X100-12 troffrc!lj4 troff!lbp troffrc!html
28.
29.\" test whether we work under EBCDIC
30.do ie '\[char97]'a' \
31. if !"\*[.T]"koi8-r" .do tr \[char160]\~
31. ie '\*[.T]'koi8-r' \
32. do tr \[char154]\~
33. el \
34. do tr \[char160]\~
32.el \
33. do tr \[char65]\~
34.
35.\" Set the hyphenation language to `us'.
36.do hla us
37.
38.\" Load hyphenation patterns and exceptions.
39.do hpf hyphen.us
40.do hpfa hyphenex.us
35.el \
36. do tr \[char65]\~
37.
38.\" Set the hyphenation language to `us'.
39.do hla us
40.
41.\" Load hyphenation patterns and exceptions.
42.do hpf hyphen.us
43.do hpfa hyphenex.us
44.if '\*[.T]'koi8-r' \
45. do hpfa hyphen.ru
41.
46.
42.if "\*[.T]"koi8-r" \{\
43.
44.\" Append hyphenation patterns from `hyphen.ru' (in the tmac directory).
45.do hpfa hyphen.ru
46.
47.\}
48.
49.\" Load composite mappings.
50.do mso composite.tmac
51.
52.\" Handle paper formats
53.do mso papersize.tmac
54.
55.\" Disable SGR support in grotty(1).
56.if n \{\
57. do nop \X'tty: sgr 0'
58. sp -1
59. nr nl 0-1
60. nr % -1
61.\}
62.
63.\" Don't let blank lines creep in here.
47.\" Load composite mappings.
48.do mso composite.tmac
49.
50.\" Handle paper formats
51.do mso papersize.tmac
52.
53.\" Disable SGR support in grotty(1).
54.if n \{\
55. do nop \X'tty: sgr 0'
56. sp -1
57. nr nl 0-1
58. nr % -1
59.\}
60.
61.\" Don't let blank lines creep in here.