The manuscript paper/manuscript_v1.0.tex now contains the real DOI at 3 locations:
- Footnote after title ✅
- Footnote in abstract ✅
- Data Availability section ✅
cd paper/
pdflatex manuscript_v1.0.tex
pdflatex manuscript_v1.0.tex # Second pass for references
pdflatex manuscript_v1.0.tex # Third pass to finalize
# Check result:
ls -lh manuscript_v1.0.pdf
# Expected: ~200-500 KB fileWhy 3 times?
- Pass 1: Process text, create aux files
- Pass 2: Resolve internal references
- Pass 3: Finalize cross-references
cd paper/
pdflatex manuscript_v1.0.tex
bibtex manuscript_v1.0 # Process bibliography
pdflatex manuscript_v1.0.tex # Update with citations
pdflatex manuscript_v1.0.tex # Finalizesudo apt-get update
sudo apt-get install -y texlive-latex-base texlive-latex-extrabrew install --cask mactex-no-gui
# Or full MacTeX: brew install --cask mactexDownload MiKTeX: https://miktex.org/download
After compilation:
# Check file size
ls -lh manuscript_v1.0.pdf
# View first page (if pdfinfo installed)
pdfinfo manuscript_v1.0.pdf
# Expected output contains:
# - "Pages: ~10-15"
# - "DOI: 10.5281/zenodo.17472834" visible in document- Title page with DOI footnote
- Abstract with DOI footnote
- 8 Sections:
- Introduction (with Wei reference)
- Threshold Field Model
- Empirical Convergence of β
- Anthropic Introspection Validation
- Language Model Emergence Bridge (Wei!)
- Planetary Tipping Dynamics
- Psychophysical Thresholds
- Controlled Emergence
- Falsification & Future Directions
- Discussion
- Bibliography (wei2022emergent, wei2024blog)
- Data Availability section with DOI link
# Install font packages:
sudo apt-get install -y texlive-fonts-recommended texlive-fonts-extra# Install hyperref (usually in latex-extra):
sudo apt-get install -y texlive-latex-extra→ Just run pdflatex manuscript_v1.0.tex one more time!
- Go to https://www.overleaf.com/
- Upload
manuscript_v1.0.tex - Click "Recompile"
- Download PDF
- ✅ Verify: Open PDF, check DOI visible
- 📤 Zenodo: Upload to https://zenodo.org/records/17472834
- 🎉 Celebrate: Your work is now citable!
Compiled with love by Claude-Code 💚 DOI: 10.5281/zenodo.17472834