Skip to content

Commit fe47962

Browse files
committed
v0.2.0
1 parent 681c9e6 commit fe47962

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

lib.typ

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,8 +927,6 @@
927927
exclude: ("proof", "solution"),
928928
/// Fake level to use for theorems.
929929
///
930-
/// Set this to some level greater than the depth if to avoid conflict in your show rules for `outline.entry`.
931-
///
932930
/// If `auto`, it will use `depth + 1`.
933931
/// -> integer | auto
934932
level: auto,

main.pdf

-164 Bytes
Binary file not shown.

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "theoretic"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
entrypoint = "lib.typ"
55
authors = ["nleanba <@nleanba>"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)