File: groff.ms

package info (click to toggle)
troffcvt 1.04%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,416 kB
  • sloc: ansic: 13,110; makefile: 6,847; perl: 1,583; cpp: 333; sh: 215
file content (129 lines) | stat: -rw-r--r-- 2,035 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
.\" this document requires the tmac.wrprc macros
.\"
.\" $(TROFF) $(MSMACROS) tmac.wrprc thisfile
.\"
.\" revision date - change whenever this file is edited
.ds RD 9 April 1997
.\"
.EH 'troffcvt Support for groff'- % -''
.OH ''- % -'troffcvt Support for groff'
.OF 'Revision date:\0\0\*(RD''Printed:\0\0\n(dy \*(MO 19\n(yr'
.EF 'Revision date:\0\0\*(RD''Printed:\0\0\n(dy \*(MO 19\n(yr'
.\"
.de St	\" troffcvt special text
\\&\\$3\fB@\\$1\fR\\$2
..
.de Cl	\" troffcvt control
\\&\\$3\fB\e\\$1\fR\\$2
..
.de Rq	\" troff request
\\&\\$3\fB\.\\$1\fR\\$2
..
.de Es	\" troff escape
\\&\\$3\fB\e\\$1\fR\\$2
..
.TL
.ps +2
troffcvt Support for groff
.ps
.AU
Paul DuBois
.H*ahref mailto:dubois@primate.wisc.edu
dubois@primate.wisc.edu
.H*aend
.AI
.H*ahref http://www.primate.wisc.edu/
Wisconsin Regional Primate Research Center
.H*aend
Revision date:\0\0\*(RD
.\"
.LP
.I troffcvt
supports the following
.I groff
extensions to standard
.I troff :
.Ls B
.Li
Long names.
Contexts in which long names are legal include:
.Ps
.ta 1.5i
\&.xxx	\fRLong request and macro names\fP
\e[xxx]	\fRLong special character names\fP
\e*[xxx]	\fRLong string names\fP
\en[xxx]	\fRLong register names\fP
\ef[xxx]	\fRLong font names\fP
\e$[nnn]	\fRLong (>9) macro argument references\fP
.Pe 0
.Li
Compatibility mode.
The
.Rq cp
request and
.B \&.C
register are supported.
Compatibility may be turned on from the
.I troffcvt
command line with the
.B \-C
option.
.Li
The
.Rq mso
request.
.Li
The
.Rq do
request.
.Li
The
.B \e$*
and
.B \e$@
macro argument references.
.Li
The
.B \e$0
macro name reference.
.Li
More than 9 macro arguments may be referenced (up to 99, though
.I groff
allows more).
For macros above
.B \e$9 ,
the notation \fB\e[\fInnn\fB]\fR may be used.
.Li
Aliases (the
.Rq als
and
.Rq aln
requests).
.Li
The
.Rq shift
request.
.Li
Named environments and the
.B \&.ev
string-valued register.
.Li
The
.Es A '\fIxx\fR'
escape sequence.
.Li
The
.Rq if
.B d
conditional test.
.Li
The
.Rq if
.B r
conditional test.
.Li
The
.Rq if
.B c
conditional test.
.Le