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.
- Host: GitHub
- URL: https://github.com/neikei/latex-presentation
- Owner: neikei
- License: mit
- Created: 2020-01-29T17:26:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T19:22:11.000Z (over 5 years ago)
- Last Synced: 2024-12-26T11:07:35.219Z (10 months ago)
- Topics: docker, latex, metropolis
- Language: TeX
- Homepage:
- Size: 498 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```