writeup: NeurIPS quarto scaffold + paper/paper-html recipes

docs/writeup/paper.qmd (2pp NeurIPS), references.bib, neurips_2023.sty, the
quarto _extensions. justfile gains `paper` (latex) and `paper-html` (no latex)
recipes. gitignore the generated paper.pdf/paper.tex and the transient .claude/.

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
wassname
2026-06-05 06:36:14 +08:00
parent 4e802bb3ab
commit 7db5a56cb1
12 changed files with 1148 additions and 0 deletions
+9
View File
@@ -49,3 +49,12 @@ results:
# flash-attn: install a prebuilt wheel (see `flash-attn-prebuilt` skill), then
# run with STEER_ATTN_IMPL=flash_attention_2.
# Compile the writeup to a NeurIPS-styled PDF (needs quarto + a latex with the
# neurips packages). Falls back to `just paper-html` if latex is missing.
paper:
quarto render docs/writeup/paper.qmd --to neurips-pdf
# HTML build of the writeup (no latex needed); proof the .qmd structure is valid.
paper-html:
quarto render docs/writeup/paper.qmd --to neurips-html