paolobrasolin / commutative-diagrams

CoDi: Commutative Diagrams for TeX
https://paolobrasolin.github.io/commutative-diagrams/
MIT License
30 stars 3 forks source link

Build is broken by pgf bug #19

Closed paolobrasolin closed 4 years ago

paolobrasolin commented 5 years ago

Versions 3.1 and 3.1.1 of pgf have a bug which makes them incompatible with engines missing etex extensions. Specifically, \scantokens.

More informations here: https://tex.stackexchange.com/q/473365/82186

The bug (known) was introduced by ac33f7 while fixing #306. It was solved by 287814, 46eaad, and 4abefd thus closing #508.

The solution amounts to a generalization of this old shim. The shim essentially is

\long\def\scantokens#1{#1}

TODO

paolobrasolin commented 4 years ago

Henri decided do make eTeX a hard requirement with https://github.com/pgf-tikz/pgf/commit/187f5f484720100c9cfab49aa90832c2b2fcc6c1

I definitely can't blame him.