This commit is contained in:
2025-05-09 08:27:01 +02:00
parent 0d05c8ceb9
commit b44739baee
27 changed files with 648 additions and 89 deletions

View File

@@ -10,6 +10,7 @@
// What is this for?
#show: thmrules
// Use this to format the size: inset: (x: 1.2em, top: 1em, bottom: 1em)
// TODO: fix the alignment
@@ -20,6 +21,7 @@
// "base",
//)
// Global baselevel for the boxes
#let BASE_LEVEL = 0
#let theorem = thmbox( //tem
@@ -47,13 +49,12 @@
"definition",
"Definition",
base_level: BASE_LEVEL,
fill: rgb("#eedebb"),
fill: rgb("#efdebf99"),
bodyfmt: body => [
#body #h(1fr)
]
)
#let axiom = thmbox( //axi
"axiom",
"Axiom",