diff --git a/physica-manual.typ b/physica-manual.typ index ee2270a..9818983 100644 --- a/physica-manual.typ +++ b/physica-manual.typ @@ -165,7 +165,7 @@ All symbols need to be used in *math mode* `$...$`. [`TT`], [], [`v^TT, A^TT` #sym.arrow $v^TT, A^TT$], - [transpose, also see\ @matrix-tranpose], + [transpose, also see\ @matrix-transpose], [`vectorbold(`_content_`)`], [`vb`], @@ -234,7 +234,7 @@ All symbols need to be used in *math mode* `$...$`. [`TT`], [], [`v^TT, A^TT` #sym.arrow $v^TT, A^TT$], - [transpose, also see\ @matrix-tranpose], + [transpose, also see\ @matrix-transpose], [#builtin([`mat(`...`)`])], [], @@ -785,7 +785,7 @@ In the default font, the Typst built-in symbol `planck.reduce` $planck.reduce$ l [$ i hbar pdv(,t) psi = -frac(hbar^2, 2m) laplacian psi $], ) -=== Matrix transpose with superscript T +=== Matrix transpose with superscript T #v(1em) diff --git a/typst.toml b/typst.toml index 79ba0dc..c666474 100644 --- a/typst.toml +++ b/typst.toml @@ -8,9 +8,10 @@ keywords = [ "physics", "mathematics", "brace", "set", "product", "evaluate", "restrict", "integral", "gradient", "divergence", "curl", "vector", "field", "laplacian", "matrix", "determinant", "diagonal", "identity", "Jacobian", "Hessian", - "Dirac", "braket", "differential", "derivative", "partial", "dv", "odv", - "pdv", "Planck", "hbar", "tensor", "isotope", "signal", "electromagnetism", - "mechanics", "quantum", "relativity", "imaginary", "notation", + "transpose", "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"]