Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.22 KB

File metadata and controls

62 lines (43 loc) · 1.22 KB

Paper Draft

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.

Build

With Tectonic:

cd paper
tectonic main.tex

With a standard TeX installation:

cd paper
pdflatex main.tex
bibtex main
pdflatex main.tex
pdflatex main.tex

arXiv Notes

Before 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-source

This creates l20-codeforge-arxiv-source.tar.gz with only the TeX source files needed by arXiv.

Primary arXiv guidance: