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
When you paste formula containing bracket, like below to playground:
\textcolor{#FF7968}{\left\{ \begin{aligned}x=x \\ y=y\end{aligned}\right.}
it does not apply color to the bracket (but it was created with color).
Color is not applied to the bracket
Color should be applied to bracket
Mathlive playground and my application with MathLive v0.52.0
The text was updated successfully, but these errors were encountered:
I can confirm that this is indeed a bug. Normal LaTeX does render brackets with colors.
Another test case \textcolor{red}{ \begin{bmatrix} a\\b\\c \end{bmatrix} }
\textcolor{red}{ \begin{bmatrix} a\\b\\c \end{bmatrix} }
Sorry, something went wrong.
It seems like this happens with a number of functions in definitions-stylings.ts
definitions-stylings.ts
The current style was not applied to "leftright" atoms
82db841
arnog
No branches or pull requests
Prerequisites
Description
When you paste formula containing bracket, like below to playground:
\textcolor{#FF7968}{\left\{ \begin{aligned}x=x \\ y=y\end{aligned}\right.}
it does not apply color to the bracket (but it was created with color).
Actual behavior
Color is not applied to the bracket
Expected Behavior
Color should be applied to bracket
Steps to Reproduce
\textcolor{#FF7968}{\left\{ \begin{aligned}x=x \\ y=y\end{aligned}\right.}
Environment
Mathlive playground and my application with MathLive v0.52.0
The text was updated successfully, but these errors were encountered: