Examples¶
The fastest way to learn Rxiv-Maker is to read a real manuscript and build it yourself.
The official example manuscript¶
The Rxiv-Maker paper is written in Rxiv-Maker. Clone it, build it, and read the source alongside the output.
-
Clone and build
-
Published version
Compare the source to the final PDF.
A minimal manuscript¶
Two files are enough to produce a PDF.
# 00_CONFIG.yml
title: "My First Scientific Paper"
authors:
- name: "Your Name"
affiliation: "1"
affiliations:
- id: "1"
name: "Your Institution"
# 01_MAIN.md
## Abstract
A short example demonstrating the basics [@smith2023].
## Results
Our analysis is summarised in Figure @fig:results.

{#fig:results}
## References
Run rxiv pdf in that folder to build it.
Common patterns¶
- Figures from scripts: Python and R examples, panels, and caching. See the Figures Guide.
- Live data and computed values: Python Execution
- Precise typesetting: LaTeX Injection
- Every configuration option: Configuration Reference
Published with Rxiv-Maker¶
See preprints and papers written with the tool, including how to find new ones automatically.
Share your example¶
Created something with Rxiv-Maker? Share it in GitHub Discussions.