empserver/info/TROFF.MAC
Markus Armbruster ea7a741b32 Don't .ds <= and >=, use \(<= and \)>= directly
The symbols work fine even with CRT.MAC.  In fact, they've been used
by Food.t since Empire 2.
2011-04-17 17:52:31 +02:00

38 lines
1.1 KiB
Text

.\" EMPIRE MACRO FILE FOR TROFF
.\" normal Font - Times Roman
.ds nF \\fR
.\" Normal font name: must match value of nF!
.ds N R
.\" example Font - Times Roman
.ds eF \\fR
.\" Example Font name (used with .cs requests): must match value of eF!
.ds EF R
.\" bold Font - Times Bold
.ds bF \\fB
.\" italic Font - Times Italic
.ds iF \\fI
.\" previous Font - A special way to switch
.ds pF \\fP
.\" Character spacing string
.ds cS 26
.\" Start out correctly
.nr CS 0
.\" Special strings for special characters, including smart quotes.
.ds Q ``
.ds U ''
.pl 11i \" Page length - environment 0
.ll 6i \" Line legnth
.lt 5i \" Title length
.po 0.9i \" Page offset
.ev 1
.ll 6i \" Line legnth - environment 1
.lt 5i \" Title length
.po 0.9i \" Page offset
.ev
.ev 2
.ll 6i \" Line legnth - environment 2
.lt 5i \" Title length
.po 0.9i \" Page offset
.ev
\" .so INFO.MAC \" Read in INFO.MAC macros
\" except that's done by make now