-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instructions on building JOSS paper locally.
- Loading branch information
1 parent
a2c17b9
commit 199777d
Showing
2 changed files
with
1,098 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Oops, something went wrong.