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 package wasn't updated to the new typst version 0.12.
When compiling one gets the following Warnings:
❯ typst compile script.typ warning: calling `query` with a location is deprecated ┌─ @preview/lemmify:0.1.6/src/util.typ:68:18 │ 68 │ let locations = query(selector(heading).before(loc), loc) │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ │ = hint: try removing the location argument warning: calling `query` with a location is deprecated ┌─ @preview/lemmify:0.1.6/src/util.typ:72:15 │ 72 │ let numb = query(selector(heading).before(loc), loc).last().numbering │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ │ = hint: try removing the location argument
Additionally the contents of theorems and proof are centered and not left-aligned.
The text was updated successfully, but these errors were encountered:
I add a merge request for this: #34
Sorry, something went wrong.
No branches or pull requests
The package wasn't updated to the new typst version 0.12.
When compiling one gets the following Warnings:
Additionally the contents of theorems and proof are centered and not left-aligned.
The text was updated successfully, but these errors were encountered: