1 @c This is part of GNU tar manual.
2 @c Copyright 1992--2024 Free Software Foundation, Inc.
3 @c See file tar.texi for copying conditions.
5 @c This file contains support for 'renditions' by Fran@,{c}ois Pinard
6 @c I extended it by adding a FIXME_FOOTNOTE variable, which controls
7 @c whether FIXME information should be placed in footnotes or
10 @c ======================================================================
11 @c This document has three levels of rendition: PUBLISH, DISTRIB or PROOF,
12 @c as decided by @set symbols. The PUBLISH rendition does not show
13 @c notes or marks asking for revision. Most users will prefer having more
14 @c information, even if this information is not fully revised for adequacy,
15 @c so DISTRIB is the default for distributions. The PROOF rendition
16 @c show all marks to the point of ugliness, but is nevertheless useful to
17 @c those working on the manual itself.
18 @c ======================================================================
20 @c Set this symbol if you wish FIXMEs to appear in footnotes, instead
21 @c of being inserted into the text.
22 @c @set PROOF_FOOTNOTED
33 @set RENDITION The book, version
37 @set RENDITION FTP release, version
41 @set RENDITION Proof reading version
44 @c Output marks for nodes needing revision, but not in PUBLISH rendition.
49 @emph{(This message will disappear, once this node revised.)}
54 @c Output various FIXME information only in PROOF rendition.
58 @ifset PROOF_FOOTNOTED
59 @footnote{@strong{FIXME:} \string\}
61 @ifclear PROOF_FOOTNOTED
63 @strong{<FIXME>} \string\ @strong{</>}
70 @macro FIXME-ref{string}
72 @strong{<REF>} \string\ @strong{</>}
79 @macro FIXME-pxref{string}
81 See @strong{<PXREF>} \string\ @strong{</>}
89 @macro FIXME-xref{string}
91 See @strong{<XREF>} \string\ @strong{</>}
98 @c End of rendition.texi