Skip to content

Commit

Permalink
Fix #19, vecrow spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 authored and Leedehai committed Dec 21, 2023
1 parent d55068b commit df10554
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified physica-manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion physica-manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ All symbols need to be used in *math mode* `$...$`.
[`vecrow(`...`)`],
[],
[
`vecrow(1,2)` #sym.arrow $vecrow(1,2)$ \
`vecrow(alpha, b)` \ #sym.arrow $vecrow(alpha, b)$ \
`vecrow(sum_0^n a_i, b)` \ #sym.arrow $vecrow(sum_0^n a_i,b)$ \
],
[row vector],
Expand Down
2 changes: 1 addition & 1 deletion physica.typ
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@

// == Vector notations

#let vecrow(..content) = $lr(( #content.pos().join(",") ))$
#let vecrow(..content) = $lr(( #content.pos().join([,]) ))$

// Prefer using super-T-as-transpose()
#let TT = $sans(upright(T))$
Expand Down

0 comments on commit df10554

Please sign in to comment.