summaryrefslogtreecommitdiff
path: root/print/tex-xcomment/DESCR
diff options
context:
space:
mode:
authorminskim <minskim>2011-09-18 00:28:57 +0000
committerminskim <minskim>2011-09-18 00:28:57 +0000
commitf131a92104af8943641e36607118462c8fca86c6 (patch)
treed32ec833f2d4bb0c5709572756881ab8546574c1 /print/tex-xcomment/DESCR
parenta5b33aea606dd06937da98848caec4f3df3d78a8 (diff)
downloadpkgsrc-f131a92104af8943641e36607118462c8fca86c6.tar.gz
Import tex-xcomment-1.3 as print/tex-xcomment.
The package defines an environment that only typesets specified environments within its scope. So, for example, if you want nothing but the figure and table environments in your document, you can enclose the whole document with an xcomment environment that excludes everything but. This is a lot easier than excluding the chunks of text between the environments you want, or creating an entire document containing only those environments. The package was previously part of the seminar bundle for typesetting presentations.
Diffstat (limited to 'print/tex-xcomment/DESCR')
-rw-r--r--print/tex-xcomment/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/print/tex-xcomment/DESCR b/print/tex-xcomment/DESCR
new file mode 100644
index 00000000000..3dbbb17fdc5
--- /dev/null
+++ b/print/tex-xcomment/DESCR
@@ -0,0 +1,8 @@
+The package defines an environment that only typesets specified
+environments within its scope. So, for example, if you want nothing but
+the figure and table environments in your document, you can enclose the
+whole document with an xcomment environment that excludes everything
+but. This is a lot easier than excluding the chunks of text between the
+environments you want, or creating an entire document containing only
+those environments. The package was previously part of the seminar
+bundle for typesetting presentations.