diff --git a/physica-manual.pdf b/physica-manual.pdf index e9adc21..f062981 100644 Binary files a/physica-manual.pdf and b/physica-manual.pdf differ diff --git a/physica-manual.typ b/physica-manual.typ index 1740625..31a584d 100644 --- a/physica-manual.typ +++ b/physica-manual.typ @@ -783,7 +783,7 @@ conversion is disabled if the base is either - an integration symbol $integral$ or vertical bar $|$, or - an equation or `lr(...)` element whose last child is one of the above. -If you really want to: +Overrides: if you really want to - print a transpose explicitly: use symbol `TT`: `A^TT` $=> A^TT$; - print a superscript letter $T$: use `scripts(T)`: `2^scripts(T)` $=> 2^scripts(T)$. @@ -860,6 +860,10 @@ block), you may do ] ``` +Overrides: if you really want to +- print a dagger explicitly: use the built-in symbol `dagger` as normal: `A^dagger` $=> A^dagger$; +- print a superscript plus sign: use `scripts(+)`: `A^scripts(+)` $=> A^scripts(+)$. + #align(center, [*Examples*]) #show: super-plus-as-dagger // Necessary! diff --git a/typst.toml b/typst.toml index c666474..4945094 100644 --- a/typst.toml +++ b/typst.toml @@ -8,10 +8,10 @@ keywords = [ "physics", "mathematics", "brace", "set", "product", "evaluate", "restrict", "integral", "gradient", "divergence", "curl", "vector", "field", "laplacian", "matrix", "determinant", "diagonal", "identity", "Jacobian", "Hessian", - "transpose", "Dirac", "braket", "differential", "derivative", "partial", - "dv", "odv", "pdv", "Planck", "hbar", "tensor", "isotope", "signal", - "electromagnetism", "mechanics", "quantum", "relativity", "imaginary", - "notation", + "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"]