Skip to content

v1.2.0

Choose a tag to compare

@dmobius3 dmobius3 released this 07 May 21:19
· 43 commits to main since this release

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 source
  • paper/cleanup_body.py — reproducible markdown→LaTeX transformations (heading bump, citation/figure conversion, unicode→math-mode, table polish, etc.)
  • paper/references.bib — 17 entries, APS apsrev4-2 style
  • paper/figures/ — self-contained copies of the four paper figures
  • paper/paper.pdf — compiled 10-page two-column output
  • paper/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.