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 ec13e09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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

0 comments on commit ec13e09

Please sign in to comment.