AmerMathSoc / texml

A repository for texml development
9 stars 2 forks source link

texlive 2024 compatibility #220

Closed pkra closed 2 weeks ago

pkra commented 2 weeks ago

I recently upgraded texlive on a local machine. It seems to break a lot of things, e.g., lots of stray content at the start of the document.

pkra commented 2 weeks ago

For example, hello.tex comes out as

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//AMS TEXML//DTD MODIFIED JATS (Z39.96) Journal Archiving and Interchange DTD with MathML3 v1.3d2 20201130//EN" "texml-jats-1-3d2.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <p>1994-06-01amsmath-2018-12-01.sty 2018-12-01amsmath-2018-12-01.sty 2019-04-01</p>
  <front id="ltxid1">
    <article-meta>
      <title-group>
        <article-title>hello</article-title>
      </title-group>
    </article-meta>
  </front>
  <body id="ltxid2">
    <sec disp-level="1" id="ltxid3" specific-use="section">
      <p>hello, world</p>
    </sec>
  </body>
</article>
pkra commented 2 weeks ago

As per F2F, I tried a fresh installation. That fixed the issue with hello.tex but I'm having problems with other test files downstream. I'll close this for now until I have a reproducible test case again.

pkra commented 2 weeks ago

My downstream issues came down to xcolor with the table option (which we've run into in the past). I'm not sure why it re-surfaced now but I could simply remove the extraneous call to it.