-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
31 additions
and
30 deletions.
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
all: Stojic-2017.tex Stojic-2017.pdf clean | ||
|
||
Stojic-2017.tex: Stojic-2017.md | ||
pandoc --standalone --filter pandoc-crossref --template=rescience-template.tex --latex-engine=xelatex --biblatex --bibliography=Stojic-2017.bib -M "crossrefYaml=crossref.yaml" --output Stojic-2017.tex Stojic-2017.md | ||
|
||
Stojic-2017.pdf: Stojic-2017.tex | ||
xelatex Stojic-2017 | ||
biber Stojic-2017 | ||
xelatex Stojic-2017 | ||
xelatex Stojic-2017 | ||
|
||
clean: | ||
rm -f *.aux *.out *.log *.nav *.toc *.snm *.ttt *.blg *.bbl *.fff *.suppinfo *latexmk *fls *synctex.gz *.bcf *.xml |
File renamed without changes.
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 |
---|---|---|
|
@@ -9,17 +9,18 @@ Address: | |
Contact: | ||
- [email protected] | ||
Editor: | ||
- Name Surname | ||
- Nicolas P. Rougier | ||
Reviewer: | ||
- Name Surname | ||
- Name Surname | ||
- Anne Urai | ||
- Qihong Lu | ||
Publication: | ||
received: Aug, 20, 2017 | ||
accepted: Sep, 1, 2015 | ||
published: Sep, 1, 2015 | ||
volume: "**1**" | ||
accepted: Sep, 13, 2017 | ||
published: Sep, 13, 2017 | ||
volume: "**3**" | ||
issue: "**1**" | ||
date: Sep 2015 | ||
number: 8 | ||
date: Sep 2017 | ||
Repository: | ||
article: "https://github.com/ReScience-Archives/Stojic-2017/tree/master/article" | ||
code: "https://github.com/ReScience-Archives/Stojic-2017/tree/master/code" | ||
|
Binary file not shown.
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
This file was deleted.
Oops, something went wrong.
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