https://github.com/hooyuser/typst_math_notes
Typst template for math notes
https://github.com/hooyuser/typst_math_notes
typst typst-package
Last synced: 5 months ago
JSON representation
Typst template for math notes
- Host: GitHub
- URL: https://github.com/hooyuser/typst_math_notes
- Owner: hooyuser
- License: gpl-3.0
- Created: 2024-06-27T15:28:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-20T08:59:21.000Z (6 months ago)
- Last Synced: 2025-12-22T14:54:03.364Z (6 months ago)
- Topics: typst, typst-package
- Language: Typst
- Homepage:
- Size: 79.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typst template for math notes
Example
```typ
#import "@local/math-notes:0.4.0": *
#show: math_notes.with(
title: [ELLIPTIC CURVES],
)
= Linear Algebra
#definition[
Linear Space
][
A vector space over a field $F$ is a non-empty set $V$ together with a binary operation and a binary function.
]
```