A pdf is uploaded for every release of the paper:
See instructions below to create a pdf for the current version.
Fork the repository, edit paper.tex
and biblio.bib
, and make a pull-request.
Add your name and affiliation to the list of co-authors. Contact [email protected] if you feel that the list or order of authors should be amended.
Examples of valid contributions: support Boutiques in your platform, port applications to Boutiques, contribute to the Boutiques tools or schema.
- General comments: create an issue in this repository.
- Detail comments in the paper: use command
\note
inpaper.tex
as follows:\note{John}{This is a comment}
.
(You may edit paper.tex
without generating the pdf if you don't manage to).
- Install
pdflatex
andbibtex
- Compile the document:
pdflatex -shell-escape paper ; pdflatex -shell-escape paper
(yes, twice). - Generate the bibliography:
bibtex paper ; pdflatex -shell-escape paper
(yes, once again).
- On Linux Fedora 24:
dnf install texlive-bin texlive-bibtex-bin texlive-minted texlive-pdfcomment texlive-collection-fontsrecommended texlive-algorithmicx
.