v1.2.0
First release that includes the LaTeX source for the manuscript alongside the analysis code, matching the structure used by the companion a0z repository.
New: paper/ subdirectory
The full PRD-format LaTeX source is now part of this repository:
paper/paper.tex— REVTeX 4.2 wrapper (preamble, title, authors, abstract,\input{body},\bibliography)paper/body.tex— cleaned body (sections 1–8 + Appendix A)paper/body-raw.tex— pandoc snapshot from the upstream markdown sourcepaper/cleanup_body.py— reproducible markdown→LaTeX transformations (heading bump, citation/figure conversion, unicode→math-mode, table polish, etc.)paper/references.bib— 17 entries, APSapsrev4-2stylepaper/figures/— self-contained copies of the four paper figurespaper/paper.pdf— compiled 10-page two-column outputpaper/Makefile— full build pipeline (pandoc → cleanup → pdflatex+bibtex)paper/README.md— build instructions
Build is decoupled from upstream
body-raw.tex is committed, so make in paper/ produces paper.pdf from a fresh clone without needing the upstream markdown. make pandoc regenerates body-raw.tex from the markdown when it is available alongside.
No code changes
The analysis pipeline (scripts/, data/, results/, tables/, figures/) is unchanged from v1.1.0. The numerical content of paper.pdf is fully reproducible from those scripts.