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

detach tikz figure test, update extra tests #2314

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

dginev
Copy link
Collaborator

@dginev dginev commented Feb 7, 2024

Fixes #2313

This addresses the short-term symptom of the main test suite failing. texlive 2022 and texlive 2023 have differences in pgf and tikz, which may lead to (sometimes reasonable) markup discrepancies in the latexml-generated XML under each texlive.

For now, we avoid testing entirely in such fragile situations. Instead we have an extra target, which can be optionally ran via:

CI=true make extratest

The extra tests are currently expecting a texlive 2022 to succeed.

Some of these extras also needed an update following the recent schema changes in latexml, so I've added that update to this PR. I have also checked that the regular tests pass under texlive 2022 and texlive 2023.

Note that the CI tests did not pass under texlive 2023 before this PR, and still do not with it. Those details are tracked by issue #2044, which we deferred to the next milestone (0.8.9)

Copy link
Owner

@brucemiller brucemiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, I guess this is the best interim solution. Thanks!

@brucemiller brucemiller merged commit 893f0ce into brucemiller:master Feb 7, 2024
13 checks passed
@brucemiller brucemiller deleted the detach-tikz-figure-test branch February 7, 2024 16:40
teepeemm pushed a commit to teepeemm/LaTeXML that referenced this pull request Oct 29, 2024
* detach tikz figure example to run only into extra tests (guard from future texlive versions)

* updated extratests for newest latexml master, texlive 2022
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

Successfully merging this pull request may close these issues.

TikZ no longer causes newpage with figures
2 participants