https://github.com/fgrehm/docker-sbc-article-latex
Docker image for building LaTeX documents (more specifically, SBC articles)
https://github.com/fgrehm/docker-sbc-article-latex
Last synced: 5 months ago
JSON representation
Docker image for building LaTeX documents (more specifically, SBC articles)
- Host: GitHub
- URL: https://github.com/fgrehm/docker-sbc-article-latex
- Owner: fgrehm
- License: mit
- Created: 2015-09-02T04:33:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T02:33:53.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T08:12:52.535Z (over 1 year ago)
- Language: TeX
- Size: 266 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-sbc-article-latex
Simple Docker image for building LaTeX documents (more specifically, [SBC articles](http://www.sbc.org.br/index.php?option=com_jdownloads&Itemid=195&task=view.download&cid=38))
## Try it out
```sh
git clone https://github.com/fgrehm/docker-sbc-article-latex
cd docker-sbc-article-latex/sample
make
# open the `sample.pdf` file
```