-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to make vectors upright (non-italicized) #21
Comments
It appears to me Discussions are welcome. |
btw, Please give a bump to typst/typst#147 that proposes set-rules for non-native functions :) |
Currently I prefer #import "@preview/physica:0.9.3": *
#let vb = vb.with(style:"upright")
$vb(v) crossproduct vb(mu_1)$ I doubt the usage of custom element here is necessary, since "vector" is semantic but "bold" is not. I guess it would be better to set the style for |
Currently, typing in
vb(u)
orvu(u)
makes the vector u appear bold and italicized. However, in some style guides it is customary to make vectors only appear bold without being italics. It would be nice if an option was added to support this.The text was updated successfully, but these errors were encountered: