Skip to content
New issue

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

Possibility for choosing tags in \makeset #88

Open
Strauman opened this issue Nov 20, 2018 · 1 comment
Open

Possibility for choosing tags in \makeset #88

Strauman opened this issue Nov 20, 2018 · 1 comment

Comments

@Strauman
Copy link
Owner

Strauman commented Nov 20, 2018

One should be able to show/hide tags based on \makeset. E.g. \makeset[hide tags={tags,list}]{...}{...} or \makeset[only tags={tags,list}]{...}{...}

@thorstengrothe
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants