diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc/comment.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/comment.tlpsrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/comment.tlpsrc b/Master/tlpkg/tlpsrc/comment.tlpsrc new file mode 100644 index 00000000000..a3b43b2f275 --- /dev/null +++ b/Master/tlpkg/tlpsrc/comment.tlpsrc @@ -0,0 +1,16 @@ +name comment +category Package +shortdesc Selectively include/excludes portions of text. +longdesc Selectively include/exclude pieces of text, allowing the user to +longdesc define new, separately controlled, comment versions. All text +longdesc between \comment ... \endcomment or \begin{comment} ... +longdesc \end{comment} is discarded. The opening and closing commands +longdesc should appear on a line of their own. No starting spaces, nothing +longdesc after it. This environment should work with arbitrary amounts of +longdesc comment, and the comment can be arbitrary text. Other 'comment' +longdesc environments are defined and selected/deselected with +longdesc \includecomment{versiona} and \excludecoment{versionb} These +longdesc environments are used as \versiona ... \endversiona or +longdesc \begin{versiona} ... \end{versiona} with the opening and closing +longdesc commands again on a line of their own. [description copied from +longdesc TeX Catalogue] |