Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 590 Bytes

File metadata and controls

22 lines (15 loc) · 590 Bytes

Writing

Full specification for paper.md is here.

Local pdf compilation instructions are here, and roughly are:

docker run --rm \
    --volume $PWD/paper:/data \
    --user $(id -u):$(id -g) \
    --env JOURNAL=joss \
    openjournals/inara

Figures

If you want to add a figure, please do that via adding it as figures/<name>.png and linking it in paper.md via:

 ![This description will be the figure caption](path/to/image.png)