Skip to content
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

'mathml'-option does not recognize \color command #99

Open
iabarus opened this issue Nov 10, 2022 · 0 comments
Open

'mathml'-option does not recognize \color command #99

iabarus opened this issue Nov 10, 2022 · 0 comments

Comments

@iabarus
Copy link

iabarus commented Nov 10, 2022

LaTeX:

\documentclass{article}
\usepackage{xcolor}
\begin{document}
$$\color{blue}{y_1}$$
$$\textcolor{blue}{y_1}$$
\end{document}

Compilation command:
make4ht markup.tex 'mathml,mathjax'

Correct output:
image

Erroneous output:
image

Problem summary:
\textcolor and \color have practically the same syntax but the latter is not processed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant