You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The f.g in the second line should be bracketed. The way that <apply> is implemented at the moment, it would be quite hard to tell the composition that it needs to be bracketed.
The text was updated successfully, but these errors were encountered:
bracket single arguments of functions unless the surrounding precedence is <2, i.e. not +, - or *.
An attempt at getting function composition to bracket correctly (see #32). This touches the generic function application code, so it might break something else.
See https://rawgit.com/mathjax/ctop/master/tests/units/composition.html
The f.g in the second line should be bracketed. The way that
<apply>
is implemented at the moment, it would be quite hard to tell the composition that it needs to be bracketed.The text was updated successfully, but these errors were encountered: