Skip to content

merous/boutiques-paper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to get a pdf

A pdf is uploaded for every release of the paper:

See instructions below to create a pdf for the current version.

How to contribute

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.

How to give feedback

  • General comments: create an issue in this repository.
  • Detail comments in the paper: use command \note in paper.tex as follows: \note{John}{This is a comment}.

How to generate the pdf

(You may edit paper.tex without generating the pdf if you don't manage to).

  1. Install pdflatex and bibtex
  2. Compile the document: pdflatex -shell-escape paper ; pdflatex -shell-escape paper (yes, twice).
  3. Generate the bibliography: bibtex paper ; pdflatex -shell-escape paper (yes, once again).

Latex installation

  • On Linux Fedora 24: dnf install texlive-bin texlive-bibtex-bin texlive-minted texlive-pdfcomment texlive-collection-fontsrecommended texlive-algorithmicx.

About

A report describing the Boutiques system.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 100.0%