https://github.com/cvdlab/stag2015
STAG 2015 paper
https://github.com/cvdlab/stag2015
Last synced: 4 months ago
JSON representation
STAG 2015 paper
- Host: GitHub
- URL: https://github.com/cvdlab/stag2015
- Owner: cvdlab
- Created: 2015-07-27T09:38:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T14:30:32.000Z (almost 11 years ago)
- Last Synced: 2024-03-26T07:08:56.729Z (over 2 years ago)
- Language: PostScript
- Size: 70.6 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```