You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in Kerodon there is an \xymatrix@1 (see the definition of the \Adjoint macro), which becomes \xymatrix@ 1 after plasTeX did its thing. I thought the class xymatrix1 in xy.py was supposed to deal with this, but apparently it doesn't.
For now I'll just replace xymatrix@ 1 with xymatrix@1 in the processing step, but at some point we should take a better look at this.
The text was updated successfully, but these errors were encountered:
Currently in Kerodon there is an
\xymatrix@1
(see the definition of the\Adjoint
macro), which becomes\xymatrix@ 1
after plasTeX did its thing. I thought theclass xymatrix1
inxy.py
was supposed to deal with this, but apparently it doesn't.For now I'll just replace
xymatrix@ 1
withxymatrix@1
in the processing step, but at some point we should take a better look at this.The text was updated successfully, but these errors were encountered: