Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I am submitting
Styling Changes
The old
fmt-prefixandfmt-bodyhave been removed, instead there is now more fine-grained control available.There are now styled presets:
basic,corners,columns,fancy,bar,colorbox. These can be controlled by avariantparameter on the theorem (e.g.variant: "important"adds a frame around the theorem in most presets), and a fine-grainedoptionsdictionary.The
basicstyle closely mimics the "amsthm" style, and there is similaroptionsavailable: e.g. remove the.after the title by usingoptions: (head-punct: none).For full control and defining custom styles, there is a
show-theoremparameter which allows for completely custom rendering.Other Changes
titleandlabelarguments can now be passed as positional or named argumentssolutionis now a named argumentsuffix(qed), instead of a function ()fmt-suffixqed-in-equation()helper function to help with manually placed QEDs after block equations.Please see the manual for full documentation.
Full Changelog: nleanba/typst-theoretic@v0.2.0...v0.3.0