Skip to content

Commit

Permalink
Instructions on building JOSS paper locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBuccheri committed Jul 24, 2023
1 parent a2c17b9 commit 199777d
Show file tree
Hide file tree
Showing 2 changed files with 1,098 additions and 1 deletion.
11 changes: 10 additions & 1 deletion JOSS/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# JOSS
# Compiling the JOSS Paper

To build the paper with [pandoc](https://pandoc.org/installing.html) (3.0.1):

```shell
pandoc --citeproc --bibliography=refs.bib -s paper.md -o gx_minimax.pdf --template latex.template
```

with a latex templated sourced from a Github [source]( https://github.com/Wandmalfarbe/pandoc-latex-template/blob/master/eisvogel.tex)
rather than the [JOSS template](https://github.com/sigsep/open-unmix-paper-joss/blob/master/latex.template).
Loading

0 comments on commit 199777d

Please sign in to comment.