Skip to content

Commit

Permalink
Touch up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Leedehai committed Dec 23, 2023
1 parent 8460330 commit 66834e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
Binary file modified physica-manual.pdf
Binary file not shown.
6 changes: 5 additions & 1 deletion physica-manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -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)$.

Expand Down Expand Up @@ -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!
Expand Down
8 changes: 4 additions & 4 deletions typst.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 66834e5

Please sign in to comment.