crd2333 / typst-theorem-box

Theorem boxes in typst, implemented by showybox, providing a beautiful way to display theorems, definitions, lemmas, corollaries, and proofs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typst-theorem-boxes

Theorem boxes in typst, implemented by showybox, providing a beautiful way to display theorems, definitions, lemmas, corollaries, and proofs.

The boxes will be counted like x.y, where x is the first level heading number and y is the box number of the type.

example

Usage

#import "/path/to/thms/lib.typ": *

#set heading(numbering: "1.")
#show: thmrules

#theorem(title: [A title], [One body.], footer: [As well as footer!])[Another body!]
  • For more examples, see examples folder.

About

Theorem boxes in typst, implemented by showybox, providing a beautiful way to display theorems, definitions, lemmas, corollaries, and proofs.

License:MIT License


Languages

Language:Typst 100.0%