We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
\makeset
One should be able to show/hide tags based on \makeset. E.g. \makeset[hide tags={tags,list}]{...}{...} or \makeset[only tags={tags,list}]{...}{...}
\makeset[hide tags={tags,list}]{...}{...}
\makeset[only tags={tags,list}]{...}{...}
The text was updated successfully, but these errors were encountered:
Maybe this is the same issue.
I have:
\nextproblem{tag={a,b}} \begin{problem} Match only \buildtags{a,b}{myset} \end{problem}
Here ist my test:
\buildtags{% a, --> match b, --> match a,b --> match }{myset}
As you can see all three posibilities match. But only the last one
\buildtags{% a,b }{myset}
should match and show the problem, this way I can filter out problems with tags. Is this the same issue or a new feature request?
Regards Thorsten
Sorry, something went wrong.
No branches or pull requests
One should be able to show/hide tags based on
\makeset
. E.g.\makeset[hide tags={tags,list}]{...}{...}
or\makeset[only tags={tags,list}]{...}{...}
The text was updated successfully, but these errors were encountered: