-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
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
Feature request: color #225
Comments
+1; c.f. jgm/pandoc#10222 |
jgm
added a commit
that referenced
this issue
Sep 28, 2024
Later we might support color, but for now just ignore it. See #225.
Looks like in OMML color is added this way:
(for red) |
jgm
added a commit
that referenced
this issue
Sep 28, 2024
[API change] + Support `\color` in TeX reader. + Support TextColored in TeX writer. + Support TextColored in Pandoc writer. Other writers have been modified so they don't crash with TextColored, but currently they just ignore it. See #225.
I added a branch One issue is how to store the colors. If we use strings, we'll need to convert them to RGB values for some formats. If we use RGB values, we'll need strings for some formats. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to be able to convert color attributes.
For example, from MathML
to/from LaTeX (assuming the color or xcolor package is loaded...)
which renders as
Alternatively, (although MathJAX doesn't support this)
The text was updated successfully, but these errors were encountered: