We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681c9e6 commit fe47962Copy full SHA for fe47962
3 files changed
lib.typ
@@ -927,8 +927,6 @@
927
exclude: ("proof", "solution"),
928
/// Fake level to use for theorems.
929
///
930
- /// Set this to some level greater than the depth if to avoid conflict in your show rules for `outline.entry`.
931
- ///
932
/// If `auto`, it will use `depth + 1`.
933
/// -> integer | auto
934
level: auto,
main.pdf
-164 Bytes
typst.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "theoretic"
3
-version = "0.1.1"
+version = "0.2.0"
4
entrypoint = "lib.typ"
5
authors = ["nleanba <@nleanba>"]
6
license = "Unlicense"
0 commit comments