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

Patch to Gray color model is in xcolor v3.00 #2

Open
muzimuzhi opened this issue Nov 17, 2023 · 1 comment
Open

Patch to Gray color model is in xcolor v3.00 #2

muzimuzhi opened this issue Nov 17, 2023 · 1 comment

Comments

@muzimuzhi
Copy link

Just a reminder.

The current way how hycolor.sty patches Gray color model in xcolor works with both pre-3.00 and at-least-3.00 xcolor versions. So there's no urgent need to adapt hycolor.

Maybe in some future release that patch can be moved to now historic xcolor-patch.sty. And in hycolor.sty use something like

\AddToHook{begindocument}{%
  \IfPackageAtLeastTF{xcolor}{2023-11-11}{\RequirePackage{xcolor-patch}}%
}
@u-fischer
Copy link

Well the future plan is to remove hycolor alltogether and to use only l3color. In the pdfmanagement I no longer make use of it by patching xcolor to define also l3color colors. It would help if tikz could review its uses of color internals. See e.g. pgf-tikz/pgf#1244 and https://tex.stackexchange.com/a/701298/2388 ;-)

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

2 participants