cel-presentation/README.md

23 lines
372 B
Markdown

# CEL Presentation
LaTeX sources for a presentation held at CEL on the 21.06.2024.
## Build
### Build manually
```bash
$ make
```
### Build using docker
1. Build docker image
```bash
$ docker build -f Dockerfile . -t cel-presentation
```
1. Build examples
```bash
$ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` cel-presentation make
```