yuzh98/latex2arxiv pre-flight

Validate arXiv compatibility of a LaTeX project. Fails the build on submission-blocking errors (minted, psfig, ...).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
inputPath to the input — either a .zip file or a directory of LaTeX sources. Relative to $GITHUB_WORKSPACE.yes
mainFilename of the main .tex file. Auto-detected via \documentclass if omitted.no
configPath to a YAML config file for custom removal rules.no
dry-runRun pre-flight checks without writing output. "true" or "false". Default: true.notrue
versionlatex2arxiv version to install (e.g. "0.6.0"). Default: latest from PyPI.no""
python-versionPython version to install. Default: 3.12.no3.12
flattenInline every \input / \include / \subfile into the main .tex. "true" or "false". Default: false.nofalse
resizeDownscale images to this max pixel dimension (e.g. "1600"). Empty disables resizing. Default: empty.no""
namedescription
cleaned-zipPath to the cleaned arXiv-ready zip. Populated only when `dry-run` is `'false'`. Useful for chaining into a release-upload step.