Review LaTeX Files
Run the comprehensive LaTeX review protocol.
Steps
- •
Identify files to review:
- •If
$ARGUMENTSis a specific.texfilename: review that file only - •If
$ARGUMENTSisall: review all.texfiles inlatex/
- •If
- •
For each file, launch the
tex-revieweragent with instructions to:- •Follow the full protocol in the agent instructions
- •Check for hardcoded numbers that should use
\inputfromoutput/numbers/ - •Check citation consistency against
references/references.bib - •Save report to
quality_reports/[filename]_tex_review.md
- •
After all reviews complete, present a summary:
- •Total issues found per file
- •Breakdown by severity (Critical / High / Medium / Low)
- •Top 3 most critical issues
- •
IMPORTANT: Do NOT edit any LaTeX source files. Only produce reports. Fixes are applied after user review.