Broken text in the manual: workaround for LaTeX2HTML prior to v2025 #767
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.
The current generated HTML file for the reference manual contains, in the section of the
content_function:This is because LaTeX2HTML prior to v2025 fails to handle
co\"{\i}ncides(see also latex2html/latex2html@b77ee98).This PR fixes it by simply replacing
&̈#305;in the generated file with\ï:Alternative solutions can be (1) using LaTeX2HTML v2025 or later (which needs a change in CI), or (2) changing
co\"{\i}ncidestocoincidesin the manual.