We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some uses of arrays do not seem to respect the [t] placement, such that vertical alignment is off.
(For example, see the grammer definition for store here.)
The text was updated successfully, but these errors were encountered:
This is due to [t] etc. not being supported: KaTeX/KaTeX#269
We could make this less glaring if we changed this:
\begin{array}{llll} store &::=& \{~ \begin{array}{lll} SFUNCS & funcinst^\ast, \\ STABLES & tableinst^\ast, \\ SMEMS & meminst^\ast, \\ SGLOBALS & globalinst^\ast ~\} \end{array} \end{array}
\begin{array}{llll} store &::=& \{~ \begin{array}{lll} SFUNCS & funcinst^\ast, \\ STABLES & tableinst^\ast, \\ SMEMS & meminst^\ast, \\ SGLOBALS & globalinst^\ast \end{array} ~\} \end{array}
Sorry, something went wrong.
Closing as "won't-fix", since the Bikeshed version no longer uses Katex".
flagxor
No branches or pull requests
Some uses of arrays do not seem to respect the [t] placement, such that vertical alignment is off.
(For example, see the grammer definition for store here.)
The text was updated successfully, but these errors were encountered: