This directory contains the LaTeX source for the arXiv preprint submission.
main.tex- Main LaTeX source file
# Using pdflatex
pdflatex main.tex
pdflatex main.tex # Run twice for references
# Or using latexmk
latexmk -pdf main.tex- Primary: cs.OS (Operating Systems)
- Secondary: cs.DC (Distributed Computing), cs.AR (Hardware Architecture)
- Build PDF locally and verify formatting
- Ensure all figures render correctly
- Verify bibliography compiles
- Create submission archive:
tar -cvf rpp-paper.tar main.tex - Submit to arXiv (requires endorsement for cs.OS)
After arXiv acceptance, the paper can be cited as:
@misc{lennon2024rpp,
title={Rotational Packet Protocol (RPP): A Semantic Addressing Architecture for Consent-Aware Memory Systems},
author={Lennon, Alexander Liam},
year={2024},
eprint={XXXX.XXXXX},
archivePrefix={arXiv},
primaryClass={cs.OS}
}CC BY 4.0