summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/comment.tlpsrc
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-06-20 05:37:07 +0000
committerNorbert Preining <preining@logic.at>2007-06-20 05:37:07 +0000
commit9ae60519cee39f73acca93bd0a963b6eb0838090 (patch)
tree280b086265babf658beaaa8767402cd6d63537e5 /Master/tlpkg/tlpsrc/comment.tlpsrc
parent364c41ff9ead9873e105431354ec5e5b73c887d3 (diff)
Remove shortdesc and longdesc from all but the collection-* and scheme-*
git-svn-id: svn://tug.org/texlive/trunk@4479 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/comment.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/comment.tlpsrc14
1 files changed, 0 insertions, 14 deletions
diff --git a/Master/tlpkg/tlpsrc/comment.tlpsrc b/Master/tlpkg/tlpsrc/comment.tlpsrc
index a3b43b2f275..cbd9cf979e0 100644
--- a/Master/tlpkg/tlpsrc/comment.tlpsrc
+++ b/Master/tlpkg/tlpsrc/comment.tlpsrc
@@ -1,16 +1,2 @@
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]