Skip to content

engine: stub more package-config commands (graphicx/siunitx/babel/tikz/biblatex) - #128

Open
tannevaled wants to merge 1 commit into
mainfrom
defect-gobbles-round2
Open

engine: stub more package-config commands (graphicx/siunitx/babel/tikz/biblatex)#128
tannevaled wants to merge 1 commit into
mainfrom
defect-gobbles-round2

Conversation

@tannevaled

Copy link
Copy Markdown
Contributor

A fresh strict-mode corpus scan surfaced the remaining common undefined control sequence causes: \DeclareGraphicsExtensions, \sisetup, \setuptodonotes, \selectlanguage, \tikzstyle (deprecated =[…] form), \addbibresource (with/without optional), and the deprecated \sc. None has a formatter here, so gobble the arguments (keep the text for \sc) rather than strict-failing or typesetting the option list. TestPackageConfigStubsRound2 covers them. Full suite green.

🤖 Generated with Claude Code

…z/biblatex)

A fresh strict-mode corpus scan surfaced these as the remaining common "undefined
control sequence" causes: \DeclareGraphicsExtensions, \sisetup, \setuptodonotes,
\selectlanguage, \tikzstyle (the deprecated =[…] style form), \addbibresource (with
and without its optional argument), and the deprecated \sc font declaration. None has
a formatter here, so gobble the arguments (or keep the following text, for \sc) rather
than strict-failing or, lenient, typesetting the option list as body text.
TestPackageConfigStubsRound2 exercises them all.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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