An open API service indexing awesome lists of open source software.

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

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.
]
```