Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthiasGmayer/typst-math-template
https://github.com/matthiasGmayer/typst-math-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matthiasGmayer/typst-math-template
- Owner: matthiasGmayer
- Created: 2023-07-24T08:18:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-24T08:47:42.000Z (over 1 year ago)
- Last Synced: 2024-08-02T06:17:09.302Z (6 months ago)
- Language: TeX
- Size: 323 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Citation: citations.bib
Awesome Lists containing this project
- awesome-typst - typst-math-template - A simple math template that allows for numbered, referenceable theorems and compilation of subfiles that use references. (Templates & Libraries / Mathematics)
README
# typst-math-template
Allows for globally numbered Definitions, Theorems, etc.Allows for compilation of subfiles and referencing of Theorems, etc. by using custom citations and references.
Example
![image](https://github.com/matthiasGmayer/typst-math-template/assets/28257008/2445b5f5-138e-4d79-b795-e916b58e18d5)
```
#import "template.typ": *
#show: sub_projectThis is a citation
#ccite[pearl]#definition[MyDefinition][
$X=1$
]
#labeled[mydef]#remark[
$X!=2$
]
#proof[
see #tref[mydef]
]
```Example PDF: https://drive.google.com/file/d/1RhTViesnDWg07kJuUAJ1CDqYahtzqYLo
Source Code: https://typst.app/project/rJeB-bWl2aAzffB8YiYMew