[tex-live] xcolor broken with pdflatex

David Carlisle d.p.carlisle at gmail.com
Fri Jun 17 01:43:20 CEST 2016


On 17 June 2016 at 00:29, Samuel Neves <samuel.c.p.neves at gmail.com> wrote:
> Minimal example:
>
>   \documentclass{standalone}
>
>   \usepackage{xcolor}
>
>   \begin{document}
>
>   \end{document}
>
>
> This fails with pdflatex with an undefined control sequence error. Including graphicx before xcolor fixes this. This appears related to this change:  https://github.com/ho-tex/pdftex-def/commit/ea30c0fbc033ce69f7dd43ea266270b9f09dd7d3


sigh, thanks for the report I'll fix (could also be fixed in xcolor,
but I guess I should do it.

If you don't want to load graphics,

\makeatletter
\newif\ifGin at setpagesize
\makeatother


would also avoid the error.


David


More information about the tex-live mailing list