]> git.pond.sub.org Git - empserver/blob - info/TROFF.MAC
WIP empdump, %a
[empserver] / info / TROFF.MAC
1 .\" EMPIRE MACRO FILE FOR TROFF
2 .\" normal Font - Times Roman
3 .ds nF \\fR
4 .\" Normal font name: must match value of nF!
5 .ds N R
6 .\" example Font - Times Roman
7 .ds eF \\fR
8 .\" Example Font name (used with .cs requests): must match value of eF!
9 .ds EF R
10 .\" bold Font - Times Bold
11 .ds bF \\fB
12 .\" italic Font - Times Italic
13 .ds iF \\fI
14 .\" previous Font - A special way to switch
15 .ds pF \\fP
16 .\" Character spacing string
17 .ds cS 26
18 .\" Start out correctly
19 .nr CS 0
20 .\" Special strings for special characters, including smart quotes.
21 .ds <= \(<=
22 .ds >= \(>=
23 .ds Q ``
24 .ds U ''
25 .pl 11i                 \" Page length - environment 0
26 .ll 6i                  \" Line legnth
27 .lt 5i                  \" Title length
28 .po 0.9i                \" Page offset
29 .ev 1
30 .ll 6i                  \" Line legnth - environment 1
31 .lt 5i                  \" Title length
32 .po 0.9i                \" Page offset
33 .ev
34 .ev 2
35 .ll 6i                  \" Line legnth - environment 2
36 .lt 5i                  \" Title length
37 .po 0.9i                \" Page offset
38 .ev
39 \" .so INFO.MAC         \" Read in INFO.MAC macros
40 \" except that's done by make now