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