jgm / jgm/texmath

Feature request: color

Open
#225 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
Haskell
Stars
406
Forks
86
Avg merge
1h 25m
Merged PRs (30d)
1

Description

It would be nice to be able to convert color attributes.

For example, from MathML
```{mathml}

```

to/from LaTeX (assuming the color or xcolor package is loaded...)

```{latex}
$$ {\color{blue}m}x+{\color{red}c} $$
```
which renders as

$$
{\color{blue}m}x+{\color{red}c}
$$

Alternatively, (although MathJAX doesn't support this)

```{latex}
$$ \textcolor{blue}{m}x+\textcolor{red}{c} $$
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.