summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tagging/README
blob: f5f9efc5cb6e67ce3c94d889ec15309c19fa2bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
    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: tagging.pdf.

Change History
~~~~~~~~~~~~~~

2019-09-09 1.1.0.1   Fix a stupid bug

2019-09-07 1.1       Kindly provided and inspired by Frank Mittelbach:

    Bug fixes
    <nonsense by BL>: Removed interference with comment environment (from verbatim package)
    Allow initial active tag list to be passed as package options

2011-08-22 1.0       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