(nF, eF, bF, iF, lF, pF, cS, CS): Define to silence groff.
This commit is contained in:
parent
627f2f3ab2
commit
4456ef9a3a
1 changed files with 11 additions and 7 deletions
18
info/CRT.MAC
18
info/CRT.MAC
|
@ -1,21 +1,25 @@
|
||||||
.\" EMPIRE MACRO FILE FOR 24-LINE CRT
|
.\" EMPIRE MACRO FILE FOR 24-LINE CRT
|
||||||
.\" Normal Font
|
.\" Normal Font
|
||||||
.rm nF
|
.ds nF \\fR
|
||||||
.\" Normal font name: must match value of nF!
|
.\" Normal font name: must match value of nF!
|
||||||
.ds N R
|
.ds N R
|
||||||
.\" Example Font
|
.\" Example Font
|
||||||
.rm eF
|
.ds eF \\fR
|
||||||
.\" Example Font name (used with .cs requests): must match value of eF!
|
.\" Example Font name (used with .cs requests): must match value of eF!
|
||||||
.ds EF R
|
.ds EF R
|
||||||
.\" Bold Font
|
.\" Bold Font
|
||||||
.rm bF
|
.ds bF \\fR
|
||||||
.\" Italic Font
|
.\" Italic Font
|
||||||
.rm iF
|
.ds iF \\fR
|
||||||
.\" Large Font
|
.\" Large Font
|
||||||
.rm lF
|
.ds lF \\fR
|
||||||
.\" Previous Font
|
.\" Previous Font
|
||||||
.rm pF
|
.ds pF \\fP
|
||||||
.\" Nothing special here
|
.\" Character spacing string
|
||||||
|
.ds cS 26
|
||||||
|
.\" Start out correctly
|
||||||
|
.nr CS 0
|
||||||
|
.\" Special strings for special characters, including smart quotes.
|
||||||
.ds <= <=
|
.ds <= <=
|
||||||
.ds >= >=
|
.ds >= >=
|
||||||
.ds Q "
|
.ds Q "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue