Bump \fmtversion to 2021/06/01 to satisfy memoir class requirements #2654
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the hard-coded LaTeX format date in
lib/LaTeXML/Engine/latex_base.pool.ltxml
:Rationale:
The
memoir
class (and some other modern packages) require at least LaTeX format2021/06/01
.With the previous value (
2018/12/01
), LaTeXML fails immediately with:Class memoir Error: Your LaTeX release is too old.
The memoir class requires at LaTeX format from at least 2021/06/01 onwards.
After applying this patch locally, I was able to successfully process documents using
memoir
with LaTeXML.This should unblock users of
memoir
and other classes that check\fmtversion
.Notes:
While running make test, I observed 3 failing subtests in t/81_babel.t.
However, the same failures occur when testing against the current master branch, so they appear unrelated to this change.