Presentations used for the bi-weekly updates of my HiWi job at CEL.
| lib | ||
| src | ||
| .clean_local_env.sh | ||
| .gitignore | ||
| .gitmodules | ||
| .latexmkrc | ||
| .setup_local_env.sh | ||
| Dockerfile | ||
| Makefile | ||
| README.md | ||
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 hiwi-presentations - Build examples
$ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` hiwi-presentations make