PolyPaper/paper.org

3.0 KiB
Executable File

Demo Paper (PolyPaper)

Abstract   export

PolyPaper demonstrates building venue-specific PDFs from a single Org source.

Introduction   export

  • One literate Org source.
  • Venue profiles in setup/.
  • Reproducible figures via Org Babel.
  • Conditional content via tags/macros.

{{{IF-ANON}}} Double-blind mode replaces author name and redacts URLs. {{{end}}}

Methods   export

We generate a simple figure via Python/Matplotlib.

import numpy as np, matplotlib.pyplot as plt
np.random.seed(seed)
x=np.linspace(0,10,200); y=np.sin(x)+0.15*np.random.randn(200)
plt.figure(); plt.plot(x,y); plt.xlabel("x"); plt.ylabel("y")
out="figs/sine-core.pdf"; plt.savefig(out, bbox_inches="tight"); out

file:figs/sine-core.pdf

Results   export

Here is a citation [cite:@demo2020].

{{{IF-LIMITFIG}}}

Appendix   export

Extended content appears only for non-short profiles. {{{end}}}

Data and Code Availability   export

References   export