jiggzson / nerdamer

a symbolic math expression evaluator for javascript
http://www.nerdamer.com
MIT License
514 stars 82 forks source link

colorize text output #626

Closed Porizm closed 3 years ago

Porizm commented 3 years ago

Hello,

Is there a way to modify .toTex and colorize some variables?

for example x + 1 = 0 I want the tex output to be like

\textcolor{blue}{x} + 1 = 0

Thank you

jiggzson commented 3 years ago

@Porizm, not at the moment but I can certainly look into it.

jiggzson commented 3 years ago

@Porizm, not at the moment but I can certainly look into it.

Porizm commented 3 years ago

Thank you