Skip to content

Quick Reference

Essential commands and syntax for daily use.

Commands

rxiv init PROJECT_NAME    # Create new manuscript
rxiv pdf                  # Generate PDF
rxiv clean               # Clean output files
rxiv validate            # Check manuscript

Syntax

Python Code

{{py:exec
import pandas as pd
df = pd.read_csv("data.csv")
result = df.mean()
}}

Mean value: {{py:get result:.2f}}

Citations

Previous work [@author2023] shows...

Cross-references

See Figure @fig:results for details.