-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Description
Would it be possible to add an option to control how / is interpreted in a math equation? For instance, it would be nice if something like this could disable automatically interpreting / as a fraction:
#set math.equation(auto-frac: false)Note that with this setting, you should still be able to typeset fractions using the frac function.
Use Case
There are many cases where it is preferable to display fractions horizontally (i.e., / appears 202 times, whereas vertical fractions are not used (as far as I know).
While currently it is not difficult to typeset a horizontal fraction by typing \/, I believe it would be greatly preferable in many cases if / defaulted to displaying a horizontal fraction.