Update test files to track LaTeX2e 2024-11-01 changes #979
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.
Track LaTeX2e 2024-11-01 changes:
hyperref
,\theH<counter>
and\@currentHref
are now defined/updated directly by LaTeX. Hence value of\@currentHref
, the destination name, is seen in the 4th value of the 5-tuple written by\label
.\theHequation
now starts with its actual parent counter, not the unconditional\theHsection
when it was defined inhyperref
. Hence the changes in destination names forequation
counters.BTW the
build
job may need some adaption to pass also in (general) fork repositories. It now always fails (e.g., this run) in tag-free forks, as it runs the commandgit describe --tags
which requires existence of tag(s).thuthesis/.github/workflows/test.yml
Lines 50 to 54 in 60661f7