Skip to content

docs: reflect the figure-rendering chain (GOTEX_PDFRENDER, extension search, widths) - #131

Merged
tannevaled merged 1 commit into
mainfrom
docs-pdfrender
Sep 3, 2026
Merged

docs: reflect the figure-rendering chain (GOTEX_PDFRENDER, extension search, widths)#131
tannevaled merged 1 commit into
mainfrom
docs-pdfrender

Conversation

@tannevaled

Copy link
Copy Markdown
Contributor

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").

  • Add GOTEX_PDFRENDER to the opt-in flags table (rasterise a PDF figure to real height via the pdfrender module, #191); note GOTEX_FLOATS also evaluates one-column \linewidth-relative figure widths as real dimensions (#195).
  • PDF-figures & graphicx rows: the CLI rasterises under GOTEX_PDFRENDER, and an extension-less \includegraphics{fig} now resolves by searching graphics extensions (#193).
  • Known gaps corrected: a PDF figure now renders (opt-in) rather than "needing the module wired in"; a basic tikzpicture renders under GOTEX_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 hugo build.

🤖 Generated with Claude Code

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)
@tannevaled
tannevaled merged commit 793353d into main Sep 3, 2026
2 checks passed
@tannevaled
tannevaled deleted the docs-pdfrender branch September 3, 2026 15:29
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.

1 participant