docs: float placement and two columns are defaults now, not opt-in flags - #137
Merged
Conversation
The docs still described two subsystems as gated and off by default, which
understated the engine. Both are opt-OUT in the source:
floatsEnabled() = os.Getenv("GOTEX_FLOATS") != "0"
twoColumnOptIn() = os.Getenv("GOTEX_TWOCOLUMN") != "0"
Real float placement became the default in #201, and the classes that set two
columns themselves (revtex reprint, acmart sigconf/sigplan, IEEEtran) in #200,
#218 and #220/#221 — the last of which covers a paper that bundles acmart.cls.
Corrected in three places:
- the flag table, whose heading claimed every flag was "off by default": the
two opt-out flags are now shown in their =0 disabling form (the convention
GOTEX_BEAMER=0 already used there) and the opt-in ones are marked so;
- the two "Known gaps" bullets, rewritten to name what is ACTUALLY still
missing — that a figure's true geometry does not yet pay for itself, that
the page builder has no insertions and no user \output, and that full-width
figure*/table* bands are the remaining two-column rough edge;
- the revtex4 row, which said the reprint layout needed GOTEX_TWOCOLUMN.
Hugo builds clean. No behaviour change; 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.
The docs still described two subsystems as gated and off by default, which understated the engine. Both are opt-out in the source:
Real float placement became the default in #201, and the classes that set two columns themselves (revtex reprint, acmart
sigconf/sigplan, IEEEtran) in #200, #218 and #220/#221 — the last of which covers a paper that bundlesacmart.cls.Corrected in three places
=0disabling form (the conventionGOTEX_BEAMER=0already used in that same table), and the genuinely opt-in ones are marked as such.\output— which is what real float and footnote placement is built on — and that full-widthfigure*/table*spanning bands are the remaining two-column rough edge.revtex4row, which said the reprint layout neededGOTEX_TWOCOLUMN.Hugo builds clean. Documentation only, no behaviour change.
🤖 Generated with Claude Code