References & Further Reading
References
- T. Tantau, The TikZ & PGF Manual, 2024
The comprehensive manual for PGF and TikZ, covering all drawing primitives, coordinate systems, and styles.
- Matplotlib Development Team, Matplotlib PGF Backend Documentation, 2024
Official documentation for Matplotlib's PGF backend including font configuration and LaTeX preamble setup.
- Pandas Development Team, Pandas I/O Tools — to_latex(), 2024
Official documentation for DataFrame.to_latex() including formatting options and Styler integration.
- S. Fear, Publication Quality Tables in LaTeX (booktabs), 2020
The booktabs package documentation explaining why vertical rules and double horizontal rules should be avoided in professional tables.
- J. F. Claerbout and M. Karrenbach, Electronic Documents Give Reproducible Research a New Meaning, SEG, 1992
One of the earliest papers advocating for reproducible computational research through shared code and data.
Further Reading
Reproducible research with Make
K. Ram, *make for Data Science*, Software Carpentry
A practical guide to using Make for data analysis pipelines, covering dependency tracking and incremental builds.
Jinja2 for report generation
Jinja2 documentation: https://jinja.palletsprojects.com/
Learn to use Jinja2 templates for generating LaTeX, HTML, and Markdown reports from simulation data.
CI/CD for scientific papers
GitHub Actions documentation
Automate paper compilation on every commit, ensuring the paper always builds cleanly.