From 2730af405e7a04f1ea3ed0ec81ff3cbcb6330edc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Note that all fields are inserted literally, except
- %a, from which the forenames of the authors are
- removed. Note also that you can use troff requests and other macros in your
- format by starting with a dot. This will expand to a valid request/macro in
- the output of You can include a newline in your format by ending the line with a
+ backslash and continuing on the next line. If you add a backslash
+ immediately following the macro name, the interpolated format will be joined
+ to the preceding line. By using backslashes, you can implement
+ footnote-based references. For example, using the ms macro package: As you can see above, you can use troff requests and other macros
+ in your format. This will expand to a valid request/macro in the output of
+ Note that all fields are inserted literally, with one exception:
+ when %a is used in an inline reference format, the
+ forenames of the authors are automatically removed. To include the
+ forenames, use %A instead. Finally, you usually don't need to worry about excessive spaces
- and stray punctuation marks, as rf
.
+.Fx\ \**\
+.FS\
+%A, {\fI%t\fR}, {\*Q%q\*U}, %y.\
+.FE
+
+rf
.rf
removes many of
- these these automatically.rf
removes common
+ punctuation immediately preceding and following an unsuccessful
+ interpolation.