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
The command \declaretheorem should accept comma separated list of environment names, see end of page 3 of the thmtools documentation https://mirrors.nic.cz/tex-archive/macros/latex/contrib/thmtools/doc/thmtools-manual.pdf#page=3.
\declaretheorem
thmtools
As of now, for example a following code snippet
\declaretheorem[sibling=table, style=thmbox]{definition, theorem, lemma, corollary, proposition}
results in errors Expecting a curly bracket: "}" and Unexpected "}".
Expecting a curly bracket: "}"
Unexpected "}"
Also, the treesitter isn't handling it properly, should I raise a separate issue, or is this enough?
treesitter
The text was updated successfully, but these errors were encountered:
tree-sitter-latex is now up to date: latex-lsp/tree-sitter-latex#121
tree-sitter-latex
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The command
\declaretheorem
should accept comma separated list of environment names, see end of page 3 of thethmtools
documentation https://mirrors.nic.cz/tex-archive/macros/latex/contrib/thmtools/doc/thmtools-manual.pdf#page=3.As of now, for example a following code snippet
results in errors
Expecting a curly bracket: "}"
andUnexpected "}"
.Also, the
treesitter
isn't handling it properly, should I raise a separate issue, or is this enough?The text was updated successfully, but these errors were encountered: