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

Issues when directives share the same title and no number #51

Open
nathanael-fijalkow opened this issue Feb 13, 2021 · 0 comments
Open

Comments

@nathanael-fijalkow
Copy link

Hi,

It may not be very frequent, but it may be worth fixinf anyway.

I write:

```{prf:theorem} Title1
:nonumber:
Content1
```
```{prf:lemma} Title1
:nonumber:
Content2
```

And surprisingly, the first directive becomes
Theorem Lemma (Title1):
it stole "Lemma" from the second directive.
I guess this is because the "Theorem" and "Lemma" (and all other directives actually) are assigned to the first match.

The issue disappears when removing :nonumber

Nath

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

1 participant