Opinionated tool to typeset theorems, lemmas and such
See the codeOpinionated tool to typeset theorems, lemmas and such
Example Usage:
#import "@preview/theoretic:0.4.0"
#import theoretic.presets.basic: * // this will automatically load predefined styled environments
#show ref: theoretic.show-ref // this is necessary for references to theorems to work
// Example Usage:
#theorem(<label>)[Title][Body]
#theorem(label: <label>, title: [Title], [Body]) // this is equivalent to the above
#proposition(variant: "important")[This proposition has a frame around it!]
#proof[...]
#example[...]
// ..etc
theorem function, the presets are only preset pramaters.)
∎) to any environment.@label[-]; or one with only title and number using @label[!!].Please see the PDF manual for more information, e.g. on how to define your own styles and environments.
Do you have questions or need help? I may be able to help you in the Typst forum, feel free to @nleanba to get my attention.
Have you encountered a bug? Please report it as an issue in my github repository. (You are also welcome to add feature requests there, but I give no guarantees of implementing them.)
Has this package been useful to you? I am always happy when someone gives me a sticker star⭐
54 commits
Typst
100.0%
Opinionated tool to typeset theorems, lemmas and such
See the codeOpinionated tool to typeset theorems, lemmas and such
Example Usage:
#import "@preview/theoretic:0.4.0"
#import theoretic.presets.basic: * // this will automatically load predefined styled environments
#show ref: theoretic.show-ref // this is necessary for references to theorems to work
// Example Usage:
#theorem(<label>)[Title][Body]
#theorem(label: <label>, title: [Title], [Body]) // this is equivalent to the above
#proposition(variant: "important")[This proposition has a frame around it!]
#proof[...]
#example[...]
// ..etc
theorem function, the presets are only preset pramaters.)
∎) to any environment.@label[-]; or one with only title and number using @label[!!].Please see the PDF manual for more information, e.g. on how to define your own styles and environments.
Do you have questions or need help? I may be able to help you in the Typst forum, feel free to @nleanba to get my attention.
Have you encountered a bug? Please report it as an issue in my github repository. (You are also welcome to add feature requests there, but I give no guarantees of implementing them.)
Has this package been useful to you? I am always happy when someone gives me a sticker star⭐
54 commits
Typst
100.0%