Skip to content

New Color field in v1.62 breaks \color and \textcolor #80

@shs-cse

Description

@shs-cse

I have been using IguanaTex since 2020 and it's honestly, really awesome. In the latest v1.62 I see a new input field called "Color" in "pdflatex+Shape" mode. Upto 1.61 if you use \color{} or \textcolor{}{} it respects what I want saves the hassle of changing shape colors manually. I understand the intention behind the new color field but it breaks my intentional coloring. Currently v1.62 is forcing it's "Color" field value on the output. I would like this to be optional as it takes away my control.

MWE

Here is a minimal example for comparison:

\documentclass[margin=0pt]{standalone}
\usepackage{xcolor}
\color{red}
\begin{document}
$E=mc^2$
$E=m\textcolor{green}{c}^2$
\end{document}

v1.61 output:

iguana_v1_61

v1.62 output:

iguana_v1_62

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions