diff --git a/physica-manual.pdf b/physica-manual.pdf index e9adc21..9a6a517 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..fbb601b 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!