]> git.pond.sub.org Git - empserver/blobdiff - info/CRT.MAC
fairland: Tidy up comments
[empserver] / info / CRT.MAC
index 966ce43cab1f7674bd047d86b00b388b4f464463..2ba028167ef87221715a0271d64677c880996f82 100644 (file)
@@ -1,27 +1,32 @@
 .\" EMPIRE MACRO FILE FOR 24-LINE CRT
 .\" Normal Font
-.rm nF
+.ds nF \\fR
+.\" Normal font name: must match value of nF!
+.ds N R
 .\" Example Font
-.rm eF
+.ds eF \\fR
+.\" Example Font name (used with .cs requests): must match value of eF!
+.ds EF R
 .\" Bold Font
-.rm bF
+.ds bF \\fR
 .\" Italic Font
-.rm iF
-.\" Large Font
-.rm lF
+.ds iF \\fR
 .\" Previous Font
-.rm pF
-.\" Nothing special here
-.ds <= <=
-.ds >= >=
-.ds Q "
-.ds U "
-.pl 23v                \" Page length: 23 lines
-.ll 7.8i       \" Line length: 7.8 inches
+.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 23v         \" Page length: 23 lines
+.ll 7.8i        \" Line length: 7.8 inches
 .ev 1
-.ll 7.8i       \" Line length: 7.8 inches
+.ll 7.8i        \" Line length: 7.8 inches
 .ev
 .ev 2
-.ll 7.8i       \" Line length: 7.8 inches
+.ll 7.8i        \" Line length: 7.8 inches
 .ev
-.so ../INFO.MAC        \" Read in INFO.MAC macros
+\" .so INFO.MAC \" Read in INFO.MAC macros
+\" except that's done by make now