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

https://github.com/neikei/latex-presentation

Template for latex presentations and build environment in Docker.
https://github.com/neikei/latex-presentation

docker latex metropolis

Last synced: 8 months ago
JSON representation

Template for latex presentations and build environment in Docker.

Awesome Lists containing this project

README

          

# latex-presentation

```bash
# Build Docker image
docker build -t neikei/latex:v1.1 .

# Run script to compile a PDF
cd presentations && ../buildTexfileDocker.sh example.tex
```