Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when compiling a LaTeX paper, debugging LaTeX errors, building a paper PDF, or when a .tex file fails to produce output. Handles engine detection (xelatex vs pdflatex), bibliography systems (biber vs bibtex), and multi-pass compilation.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-15 | ✗→✓ | ▲ Improved | -67% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 24% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 11% | 0% |
| case-06 | ✓→✓ | = Same ✓ | 21% | 0% |
| case-07 | ✓→✓ | = Same ✓ | -55% | 0% |
Compile a LaTeX manuscript using the standard 3-pass sequence for full citation resolution.
$ARGUMENTS as the base name (without .tex). If no argument, look for the main .tex file in the paper folder.bash pdflatex -interaction=nonstopmode $ARGUMENTS.tex bibtex $ARGUMENTS pdflatex -interaction=nonstopmode $ARGUMENTS.tex pdflatex -interaction=nonstopmode $ARGUMENTS.tex
Overfull \\hbox warnings -- count themundefined citations or missing referencesls -la $ARGUMENTS.pdfpdfinfo is availablepdflatex by default. Change to xelatex or lualatex if your project requires it..bib file should be in the same directory or referenced with a relative path.\input{} must exist at their referenced paths.Other measured skills in the registry, with their headline benchmark lift.