summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/comment.tlpsrc
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-06-18 14:07:29 +0000
committerNorbert Preining <preining@logic.at>2007-06-18 14:07:29 +0000
commit7fb60a74aab3febff8b73f2c8485f038d6a5e8cf (patch)
tree4f53da62ca86575bffd6cab33eddf4ec1bedce6c /Master/tlpkg/tlpsrc/comment.tlpsrc
parent251011941e0fbafdda83480a711735c118a7fca0 (diff)
its tlpsrc, not tlsrc now ...
updates to many of the tlpsrc git-svn-id: svn://tug.org/texlive/trunk@4468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/comment.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/comment.tlpsrc16
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]