-
Notifications
You must be signed in to change notification settings - Fork 11
/
typst.toml
24 lines (24 loc) · 1.05 KB
/
typst.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "physica"
version = "0.9.3"
description = "Math constructs for science and engineering: derivative, differential, vector field, matrix, tensor, Dirac braket, hbar, transpose, conjugate, many operators, and more."
authors = ["Leedehai"]
repository = "https://github.com/Leedehai/typst-physics"
categories = ["components", "utility"]
disciplines = [
"chemistry", "communication", "economics", "education", "engineering",
"geology", "mathematics", "physics",
]
keywords = [
"physics", "mathematics", "brace", "set", "product", "evaluate", "restrict",
"integral", "gradient", "divergence", "curl", "vector", "field", "laplacian",
"matrix", "determinant", "diagonal", "identity", "Jacobian", "Hessian",
"transpose", "dagger", "conjugate", "Dirac", "braket", "differential",
"derivative", "partial", "dv", "odv", "pdv", "Planck", "hbar", "tensor",
"isotope", "signal", "electromagnetism", "mechanics", "quantum", "relativity",
"imaginary", "notation",
]
compiler = "0.10.0"
exclude = ["*.pdf", "*.py"]
entrypoint = "physica.typ"
license = "MIT"