diff options
Diffstat (limited to 'Master/texmf-dist/tpm/comment.tpm')
-rw-r--r-- | Master/texmf-dist/tpm/comment.tpm | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/tpm/comment.tpm b/Master/texmf-dist/tpm/comment.tpm new file mode 100644 index 00000000000..991827d6feb --- /dev/null +++ b/Master/texmf-dist/tpm/comment.tpm @@ -0,0 +1,44 @@ +<!DOCTYPE rdf:RDF SYSTEM "../../Tools/tpm.dtd"> +<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/"> + <rdf:Description about="http://texlive.dante.de/texlive/Package/comment.zip"> + <TPM:Name>comment</TPM:Name> + <TPM:Type>Package</TPM:Type> + <TPM:Date>2000/04/06 08:37:33</TPM:Date> + <TPM:Version>3.6</TPM:Version> + <TPM:Creator>rahtz</TPM:Creator> + <TPM:Title> +Selectively include/excludes portions of text. + </TPM:Title> + <TPM:Description> +Selectively include/exclude pieces of text, allowing the user to +define new, separately controlled, comment versions. All text +between \comment ... \endcomment or \begin{comment} +... \end{comment} is discarded. The opening and closing +commands should appear on a line of their own. No starting +spaces, nothing after it. This environment should work with +arbitrary amounts of comment, and the comment can be arbitrary +text. +Other 'comment' environments are defined and +selected/deselected with \includecomment{versiona} and +\excludecoment{versionb} These environments are used as +\versiona ... \endversiona or \begin{versiona} +... \end{versiona} with the opening and closing commands again +on a line of their own. +[description copied from TeX Catalogue] + </TPM:Description> + <TPM:Author>Victor Eijkhout</TPM:Author> + <TPM:Size>13053</TPM:Size> + <TPM:Build/> + <TPM:RunFiles size="11023"> +texmf-dist/tex/latex/comment/comment.sty +texmf-dist/tpm/comment.tpm + </TPM:RunFiles> + <TPM:DocFiles size="1989"> +texmf-dist/doc/latex/comment/comm_test_l.dvi +texmf-dist/doc/latex/comment/comm_test_l.tex + </TPM:DocFiles> + <TPM:SourceFiles size="41">texmf-dist/source/latex/comment/comment.cut</TPM:SourceFiles> + <TPM:Provides>Package/comment</TPM:Provides> + </rdf:Description> +</rdf:RDF> + |