aboutsummaryrefslogtreecommitdiff
path: root/rf.1
blob: 680bd4bb344baa2ad74359034ea5363d0da5fb24 (plain)
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
.Dd $Mdocdate$
.Dt rf 1
.Os
.
.Sh NAME
.Nm rf
.Nd alternative reference system for (t)roff
.
.Sh SYNOPSIS
.Nm
.Ar file
.
.Sh DESCIPTION
.Nm
is a reference system for troff and other roff derivatives.
It differs from
.Xr refer 1 ,
the traditional troff reference system,
in a couple important ways:
.Bl -enum
.It
References are not stored in a separate file.
They are defined via macros at the end of the troff document itself.
.Pp
This means that you can move, copy and share your troff document without needing to worry about an additional reference file.
Furthermore, you never run the risk of accidentally losing the references attached to a document.
.It
.Nm
is around 150 lines of Perl.
If you find a bug or an (in your opinion) undesirable behavior in
.Nm ,
you can easily patch it.
.It
Finally,
.Nm
is much more simple and offers much more basic functionality than
.Xr refer 1 .
This means that you can learn all of it in five minutes.
.El
.Pp
The performance of
.Nm
primarily depends on the number of entries in the reference list at the end of the document.
On my HP Compaq dc5700 from 2007, the relationship between number of entries in the reference list and total execution time is roughly the following:
.Bl -column "EntriesXXXX" "TimeX" -offset indent
.It Em "Entries\ \ \ \ " Ta Em Time
.It    3          Ta    0.03s
.It    50         Ta    0.09s
.It    107        Ta    0.15s
.It    182        Ta    0.24s
.El
.Pp
I would deem it rare to have more than a couple of hundred unique references in a troff document.
.
.Sh USAGE
.Nm
is controlled by several macros, all consisting of one uppercase and one lowercase letter, beginning with either an
.Sq F
or an
.Sq R .
Macros beginning with
.Sq R
control the two primary
.Dq units
of
.Nm :
.Bl -enum
.It
.Em entries
in the reference list, and
.It
.Em inline references
to these entries.
.El
.Pp
Macros beginning with
.Sq F ,
in turn, control the appearance of these two units.
.Ss Format macros
You can control the appearance of your references as they are displayed in-line as well as in the final reference list by using the format macros.
.Bl -tag
.It Sy \&Fe
Defines the format for reference list entries.
.Pp
Default: %a (%y).  {\\fI%t\\fR}.  {\\*Q%q\\*U}.  %n, %d.  %c: %p.  {Available: %w.}
.It Sy \&Ff
Defines the format for
.Dq full
inline references, which by default contain both author and year.
.Pp
Default: (%A %y)
.It Sy \&Fx
Defines the format for
.Dq alternate
inline references, which by default contain only the year.
.Pp
Default: (%y)
.El
.Pp
For a description of the format syntax, see
.Sx FORMAT SYNTAX .
.
.Ss Entry definition macros
In the reference list, each entry is defined by a
.Sy contiguous
block of lines containing definition macros, describing various
.Em fields
belonging to the reference,
such as author and year.
The definition of one reference is separated from that of another by any other lines,
.Sy including
text lines and empty lines.
.Bl -tag
.It Sy \&Ra
Adds to the list of
.Em authors
of the current reference.
.Pp
Format: Surname(s), Forename(s)
.It Sy \&Rc
Defines the
.Em city
of publication.
.It Sy \&Rd
Defines the (detailed)
.Em date
of publication, not as a substitute for
.Sy \&Ry ,
but as a further specification.
For example, the day and month a newspaper article was published.
.It Sy \&Rn
Defines the
.Em newspaper
in which an article was published.
.It Sy \&Rp
Defines the
.Em publisher
of a book.
.It Sy \&Rq
Defines the (quoted)
.Em title
of an article.
.It Sy \&Rt
Defines the
.Em title
of a book.
.It Sy \&Rw
Defines the (web)
.Em address
of an online resource.
.It Sy \&Ry
Defines the
.Em year
of publication.
.El
.Pp
In the final output,
.Nm
prints a formatted version of each reference entry in place of its definition.
.Nm
does not change the order of reference entries.
This means that you can arrange your references freely.
.
.Ss Inline reference macros
To insert an inline reference to an entry in the reference list, you can use one of two macros:
.Bl -tag
.It Sy \&Rf
Inserts a
.Dq full
inline reference, which usually contains both author and year.
.It Sy \&Rx
Inserts an
.Dq alternate
inline reference, which usually contains only the year.
.El
.Pp
What reference to refer to is specified by the rest of the line.
Each word of it is matched against the author, year and title of all references to find a match.
If only a weak match is found, a warning is printed on standard error.
.Pp
To include some punctuation character immediately after the inline reference, add a space before it:
.Bd -literal -offset indent
\&.Rf Johnson 92 .
.Ed
.Pp
To wrap the inline reference in parentheses, use the following syntax:
.Bd -literal -offset indent
\&.Rf Johnson 92 ) (
.Ed
.Pp
Additionally, any instance of
.Li ''
is replaced with the last word on the preceding line.
This allows the following shortcut:
.Bd -literal -offset indent
According to Johnson
\&.Rx '' 92 ,
there has been a gradual change in attitudes towards ...
.Ed
.
.Sh FORMAT SYNTAX
.Ss Interpolation
In a format definition, use a percent (%)
sigil followed by a single letter to interpolate any given field of the reference.
The letter following the percent sign corresponds to the second letter of the reference list macros described above.
For example:
.Bd -literal -offset indent
\&.Ff (%A, %y)      \\" (Author, Year)
.Ed
.Pp
By wrapping an interpolation in braces, you can specify a prefix and/or suffix that should be included only if the interpolation is successful.
For example:
.Bd -literal -offset indent
\&.Ff (%A{, %y}).   \\" Here, ', ' is removed if there is no year.
.Ed
.Pp
To interpolate only the
.Sy surnames
of the authors, you can use the special
.Em %A
syntax, with an uppercase instead of lowercase
.Sq a .
.
.Ss Special backslash behavior
.Bl -enum
.It
A backslash at the end of a format line acts as a line continuation marker.
The newline after the backslash is preserved.
.It
For format macros describing inline references, a backslash immediately following the macro name will cause the reference be joined to the preceding line.
.El
.Pp
Anywhere else in the line, backslashes are preserved literally.
.Pp
By using backslashes, you can implement footnote-based references.
For example, using the ms macro package:
.Bd -literal -offset indent
\&.Fx\\ \\**\\
\&.FS\\
%a, {\\fI%t\\fR}, {\\*Q%q\\*U}, %y.\\
\&.FE 
.Ed
.
.Ss Automatic cleanup
.Pp
You usually don't need to worry about excessive spaces and stray punctuation marks.
.Nm
removes common punctuation immediately preceding and following an unsuccessful interpolation.
Excessive spaces are also removed, unless they follow a period, marking the end of a sentence.
.
.Sh EXAMPLE
Below is an example of an ms-based troff document using
.Nm rf
references.
.Bd -literal -offset indent
\&.de noop
\&..
\&.blm noop

\&.SH
Previous work

\&.LP
Davidson
\&.Rx '' 1991
has performed a study [...]

\&.PP
[...] which leads to a higher total cholesterol level
\&.Rf Smith 2007 .

\&.SH
Literature

\&.XP
\&.Ra Davidson, H.
\&.Ry 1991
\&.Rt Seminal Work
\&.Rc Athens
\&.Rp Logos

\&.XP
\&.Ra Smith, P.
\&.Ry 2007
\&.Rt Modern Society
\&.Rc Athens
\&.Rp Logos
.Ed
.Pp
When given the above file,
.Nm
will output the following source code:
.Bd -literal -offset indent
\&.de noop
\&..
\&.blm noop

\&.SH
Previous work


\&.LP
Davidson
(1991)
has performed a study [...]

\&.PP
[...] which leads to a higher total cholesterol level
(Smith 2007).

\&.SH
Literature

\&.XP
Davidson, H. (1991).  \\fISeminal Work\\fR.  Athens: Logos.

\&.XP
Smith, P. (2007).  \\fIModern Society\\fR.  Athens: Logos.
.Ed
.
.Sh AUTHORS
.Nm
was written by John Ankarström
.Aq Mt john (at) ankarstrom.se .