This directory contains the LaTeX draft for an arXiv-style paper about L20-CodeForge.
The draft is intentionally written as a measured research report. It claims system-level gains, not a new model checkpoint.
With Tectonic:
cd paper
tectonic main.texWith a standard TeX installation:
cd paper
pdflatex main.tex
bibtex main
pdflatex main.tex
pdflatex main.texBefore uploading source to arXiv:
- Submit TeX source, not a PDF generated from TeX.
- Do not include generated files such as
.aux,.log,.out,.pdf, or.toc. - Keep file names portable and case-consistent.
- Use PDF/PNG/JPG figures when compiling with PDFLaTeX.
- Verify title, abstract, authors, license, and category metadata in the arXiv submission UI.
Metadata and category plan:
- See
ARXIV_SUBMISSION.md.
Reference scope and source checks:
- See
REFERENCE_AUDIT.md.
Source package:
cd paper
make arxiv-sourceThis creates l20-codeforge-arxiv-source.tar.gz with only the TeX source files
needed by arXiv.
Primary arXiv guidance: