docs: longtable and a harvard bibliography are no longer gaps - #138
Merged
Conversation
Two "Known gaps" entries went stale today. Tables: longtable now renders (engine #231) and tabular* has since engine #219, so only xtabular still drops. The longtable entry keeps the limit that matters and is easy to overstate away — it is set as ONE box, not broken across pages with its head repeated, so a table longer than a page occupies less room than the real thing. Computed (Pandoc) column widths are named too, since they were what swallowed such a table before. Bibliography: biblatex is still unsupported, but a harvard-style .bbl (\harvarditem) and glossaries' acronyms (\newacronym/\gls, short form) now reach the page (engine #232) — on one corpus thesis that was 252 references and 235 acronyms, a fifth of the document. Checked against the engine rather than from memory: longtable and tabular* are registered primitives, xtabular is not, and \harvarditem/\newacronym are defined in the LaTeX substrate. Hugo builds clean; documentation only. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Two "Known gaps" entries went stale today.
Tables —
longtablenow renders (engine #231) andtabular*has since engine #219, so onlyxtabularstill drops. The entry keeps the limit that matters and is easy to overstate away:longtableis set as one box, not broken across pages with its head repeated, so a table longer than a page occupies less room than the real thing. Computed (Pandoc) column widths are named too, since they were what swallowed such a table before.Bibliography — biblatex is still unsupported, but a harvard-style
.bbl(\harvarditem) and glossaries' acronyms (\newacronym/\gls, short form) now reach the page (engine #232). On one corpus thesis that was 252 references and 235 acronyms — a fifth of the document.Checked against the engine rather than from memory:
longtableandtabular*are registered primitives,xtabularis not, and\harvarditem/\newacronymare defined in the LaTeX substrate. Hugo builds clean; documentation only.🤖 Generated with Claude Code