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 boutiquespaper.tex
and biblio.bib
, and make a pull-request.
Add your name and affiliation to the list of co-authors. Contact tristan.glatard@concordia.ca 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
inboutiquespaper.tex
as follows:\note{John}{This is a comment}
.
(You may edit boutiquespaper.tex
without generating the pdf if you don't manage to).
- Install
pdflatex
andbibtex
- Type
make
to compile the document and bibliography. - Before committing, type
make clean
to remove extra temporary files
- Install
pdflatex
andbibtex
- Compile the document:
pdflatex -shell-escape boutiquespaper ; pdflatex -shell-escape boutiquespaper
(yes, twice). - Generate the bibliography:
bibtex boutiquespaper ; pdflatex -shell-escape boutiquespaper
(yes, once again).
- On Linux Fedora 24:
dnf install texlive-bin texlive-bibtex-bin texlive-minted texlive-pdfcomment texlive-collection-fontsrecommended texlive-algorithmicx texlive-framed
.