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

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)

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
```