latex2arxiv pre-flight
Version updated for https://github.com/YuZh98/latex2arxiv to version v1.3.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
Added
- Pre-flight warns when a shipped
.bblhas a bbl format version arXiv won’t accept (3.2 needs the soon-to-retire TL2023; anything else needs regeneration), when a BibTeX-format.bblis paired with a biblatex document, and when a bundledbiblatex.styis included in the submission
Changed
- Citation scan now recognizes the biblatex cite families (
\autocite,\parencite,\textcite,\footcite,\nocite, capitalized and multicite forms) and pre/post-note optional arguments; the undefined-citation check reads biblatex-format.bblfiles (\entry{...}) in addition to\bibitem
Fixed
\addbibresource[options]{...}is now recognized by dependency tracking, pre-flight, and the--compilebiber dispatch; the functional biblatexkeywordsfield is no longer stripped from.bibfiles in biblatex projects- VS Code extension (0.1.2): the new biblatex pre-flight warnings are located in the editor —
.bblformat/backend warns anchor the.bblfile itself, the bundled-biblatex.stywarn anchors the.sty - Dependency tracking resolves
\input/\includein nested files against the compile root (LaTeX semantics) and keeps non-.textargets such as.pgffigures; both were previously pruned from the output (#229) - Custom config rules no longer match longer commands sharing a prefix (an
hlrule used to corrupt\hline) (#229) - The hidden-file pre-flight warning is emitted once per dot-directory instead of once per contained file (#229)