]> git.pond.sub.org Git - empserver/blob - info/TROFF.MAC
ship: Unbreak MOB_ACCESS real-time mobility update for ships
[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 Q ``
22 .ds U ''
23 .pl 11i                 \" Page length - environment 0
24 .ll 6i                  \" Line legnth
25 .lt 5i                  \" Title length
26 .po 0.9i                \" Page offset
27 .ev 1
28 .ll 6i                  \" Line legnth - environment 1
29 .lt 5i                  \" Title length
30 .po 0.9i                \" Page offset
31 .ev
32 .ev 2
33 .ll 6i                  \" Line legnth - environment 2
34 .lt 5i                  \" Title length
35 .po 0.9i                \" Page offset
36 .ev
37 \" .so INFO.MAC         \" Read in INFO.MAC macros
38 \" except that's done by make now