add tag
nsajko
This renders `(5x`, but if the usage of `luacolor` is removed, the output is `(5x)` as expected.
```
\documentclass{scrartcl}
\usepackage{mathtools}
\usepackage[svgnames]{xcolor}
\usepackage{luacolor}
\begin{document}
  \( ({ \mathcolor{Fuchsia}{5} })x \)
\end{document}
```

How so?
Top Answer
nsajko
Fixed in latest TeXLive, the issue on Github seems to be https://github.com/ho-tex/luacolor/issues/7

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.