docs: reflect the figure-rendering chain (GOTEX_PDFRENDER, extension search, widths) - #131
Merged
Conversation
The engine shipped a figure-heavy rendering chain the /docs/ reference did not
yet describe: GOTEX_PDFRENDER (rasterise a PDF figure to real height, #191),
graphics extension search so \includegraphics{fig} resolves (#193), and
one-column \linewidth-relative widths under GOTEX_FLOATS (#195); basic TikZ also
renders under GOTEX_PGF.
- Add GOTEX_PDFRENDER to the opt-in flags table; note that GOTEX_FLOATS also
fixes one-column figure widths.
- Update the PDF-figures and graphicx rows: the CLI rasterises under
GOTEX_PDFRENDER, and extension-less references are resolved by searching
extensions.
- Correct the Known-gaps entries: a PDF figure now renders (opt-in) rather than
needing an unwired module; basic tikzpicture renders under GOTEX_PGF, with
heavy libraries (pgfplots, matrix) and the host-supplied-sources constraint
named honestly.
Verified with a clean hugo build.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 engine shipped a figure-heavy rendering chain the
/docs/capability reference did not yet describe. This keeps the reference accurate ("que rien ne manque").GOTEX_PDFRENDERto the opt-in flags table (rasterise a PDF figure to real height via the pdfrender module, #191); noteGOTEX_FLOATSalso evaluates one-column\linewidth-relative figure widths as real dimensions (#195).GOTEX_PDFRENDER, and an extension-less\includegraphics{fig}now resolves by searching graphics extensions (#193).tikzpicturerenders underGOTEX_PGF(heavy libraries — pgfplots, matrix — still drop; the pgf sources are host-supplied, not embedded, so the path is never default-on).Docs-only; verified with a clean
hugobuild.🤖 Generated with Claude Code