Replies: 2 comments
-
Fixed in #1195. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That means that in new typst release your code with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is possible to color the two braces from an
$lr(..)$
element?Using
$ text(lr(( text(integral, fill: #blue) )), fill: #red) $
I can color the entire$lr(..)$
element in on color and the change the color for the content, but then both braces have the same color.I tried doing
$ lr(text("(", fill: #red) text(integral_(-infinity)^infinity, fill: #blue) text(")", fill: #green)) $
and the braces are rendered correctly except they are not colored.Beta Was this translation helpful? Give feedback.
All reactions