Documentation
README
Paper Compile: LaTeX to Submission-Ready PDF
Compile the LaTeX paper and fix any issues: $ARGUMENTS
Constants
- COMPILER =
latexmkโ LaTeX build tool. Handles multi-pass compilation automatically. - ENGINE =
pdflatexโ LaTeX engine. Options:pdflatex(default),xelatex(for CJK/custom fonts),lualatex. - MAX_COMPILE_ATTEMPTS = 3 โ Maximum attempts to fix errors and recompile.
- PAPER_DIR =
paper/โ Directory containing LaTeX source files. - MAX_PAGES โ Page limit. ML conferences: main body to Conclusion end (excluding references & appendix). ICLR=9, NeurIPS=9, ICML=8. IEEE venues: references ARE included in page count. IEEE journal โ 12-14 pages, IEEE conference โ 5-8 pages (all inclusive).
Workflow
Step 1: Verify Prerequisites
This is the opening of the README. Read the full README on GitHub.