1 @c This is part of GNU tar manual.
2 @c Copyright (C) 1992, 1994, 1995, 1996, 1997, 1999, 2000, 2001,
3 @c 2003, 2004 Free Software Foundation, Inc.
4 @c See file tar.texi for copying conditions.
6 @c This file contains support for 'renditions' by Fran@,{c}ois Pinard
7 @c I extended it by adding a FIXME_FOOTNOTE variable, which controls
8 @c whether FIXME information should be placed in footnotes or
11 @c ======================================================================
12 @c This document has three levels of rendition: PUBLISH, DISTRIB or PROOF,
13 @c as decided by @set symbols. The PUBLISH rendition does not show
14 @c notes or marks asking for revision. Most users will prefer having more
15 @c information, even if this information is not fully revised for adequacy,
16 @c so DISTRIB is the default for distributions. The PROOF rendition
17 @c show all marks to the point of ugliness, but is nevertheless useful to
18 @c those working on the manual itself.
19 @c ======================================================================
21 @c Set this symbol if you wish FIXMEs to appear in footnotes, instead
22 @c of being inserted into the text.
23 @c @set PROOF_FOOTNOTED
34 @set RENDITION The book, version
38 @set RENDITION FTP release, version
42 @set RENDITION Proof reading version
45 @c Output marks for nodes needing revision, but not in PUBLISH rendition.
50 @emph{(This message will disappear, once this node revised.)}
55 @c Output various FIXME information only in PROOF rendition.
61 @ifset PROOF_FOOTNOTED
62 @footnote{@strong{FIXME:} \string\}
64 @ifclear PROOF_FOOTNOTED
65 @strong{<FIXME>} \string\ @strong{</>}
71 @macro FIXME-ref{string}
74 @strong{<REF>} \string\ @strong{</>}
78 @macro FIXME-pxref{string}
81 @strong{<PXREF>} \string\ @strong{</>}
86 @macro FIXME-xref{string}
89 @strong{<XREF>} \string\ @strong{</>}
93 @c End of rendition.texi