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
Math mode, for example, $n$ defined in \text{} gets ignored.
$n$
\text{}
f(n) = \begin{cases} n/2, & \text{if $n$ is even} \\ 3n+1, & \text{if $n$ is odd} \end{cases}
See the following output: The first row produced by LaTeX, the second raw produced by Skia.
Note: In the previous version of CSharpMath (maybe version 0.2), it was not an issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Math mode, for example,
$n$
defined in\text{}
gets ignored.f(n) = \begin{cases} n/2, & \text{if $n$ is even} \\ 3n+1, & \text{if $n$ is odd} \end{cases}
See the following output: The first row produced by LaTeX, the second raw produced by Skia.
Note: In the previous version of CSharpMath (maybe version 0.2), it was not an issue.
The text was updated successfully, but these errors were encountered: