├── LICENSE ├── README.md ├── basic.pdf ├── basic.png ├── basic.typ ├── differential_calculus.pdf ├── differential_calculus.typ ├── manual.pdf ├── manual.typ ├── manual_examples.pdf ├── manual_examples.typ ├── manual_template.typ └── theorems.typ /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahasatvik/typst-theorems/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahasatvik/typst-theorems/HEAD/README.md -------------------------------------------------------------------------------- /basic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahasatvik/typst-theorems/HEAD/basic.pdf -------------------------------------------------------------------------------- /basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahasatvik/typst-theorems/HEAD/basic.png -------------------------------------------------------------------------------- /basic.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahasatvik/typst-theorems/HEAD/basic.typ -------------------------------------------------------------------------------- /differential_calculus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahasatvik/typst-theorems/HEAD/differential_calculus.pdf -------------------------------------------------------------------------------- /differential_calculus.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahasatvik/typst-theorems/HEAD/differential_calculus.typ -------------------------------------------------------------------------------- /manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahasatvik/typst-theorems/HEAD/manual.pdf -------------------------------------------------------------------------------- /manual.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahasatvik/typst-theorems/HEAD/manual.typ -------------------------------------------------------------------------------- /manual_examples.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahasatvik/typst-theorems/HEAD/manual_examples.pdf -------------------------------------------------------------------------------- /manual_examples.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahasatvik/typst-theorems/HEAD/manual_examples.typ -------------------------------------------------------------------------------- /manual_template.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahasatvik/typst-theorems/HEAD/manual_template.typ -------------------------------------------------------------------------------- /theorems.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sahasatvik/typst-theorems/HEAD/theorems.typ --------------------------------------------------------------------------------