Leedehai / typst-physics

physica: vectors, fields, differentials, derivatives, Dirac brakets, tensors, and more. See examples in the manual PDF.
https://github.com/Leedehai/typst-physics
MIT License
312 stars 8 forks source link

Match `vecrow` parameters w/ `vec` #24

Closed agerlach closed 6 months ago

agerlach commented 6 months ago

$vec(1,2,3, delim:"[") vecrow(1,2,3, delim: "[")$ produces

image

I think a user would expect the signature for vecrow to match vec (https://typst.app/docs/reference/math/vec/)