An open API service indexing awesome lists of open source software.

https://github.com/cvdlab/stag2015

STAG 2015 paper
https://github.com/cvdlab/stag2015

Last synced: 4 months ago
JSON representation

STAG 2015 paper

Awesome Lists containing this project

README

          

# STAG 2015 paper

## virgafox/texlive docker instructions

Check that docker is up and running, and `virgafox/texlive` has been correctly pulled down (Dockerfile can be used to build the image), than:

to run `pdflatex`, issue:

```
docker run --rm -v `pwd`:/tmp virgafox/texlive pdflatex stag-2015
```

to run `bibtex`, issue:

```
docker run --rm -v `pwd`:/tmp virgafox/texlive bibtex stag-2015
```