summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tagging/README
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tagging/README')
-rw-r--r--macros/latex/contrib/tagging/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/macros/latex/contrib/tagging/README b/macros/latex/contrib/tagging/README
new file mode 100644
index 0000000000..4f24345ef6
--- /dev/null
+++ b/macros/latex/contrib/tagging/README
@@ -0,0 +1,20 @@
+ The `tagging' package provides document configuration by
+including or omitting tagged input.
+
+ tagging is licenced under the LPPL. For more details,
+please see the accompanying manual: taggingmanual.pdf.
+
+Change History
+~~~~~~~~~~~~~~
+
+2011-08-22 Initial release, providing:
+
+ \tagged{list}{y} Conditional inclusion
+ \untagged{list}{n} Conditional exclusion
+ \iftagged{list}{y}{n} Conditional inclusion/exclusion
+ \begin{taggedblock}{list} Conditionally included environment
+ \end{taggedblock}
+ \begin{untaggedblock}{list} Conditionally included environment
+ \end{taggedblock}
+ \usetag{list} Turn tags on
+ \droptag{list} Turn tags off