Presentations used for the bi-weekly updates of my HiWi job at CEL.
Go to file
2025-01-05 20:26:40 +01:00
lib Add source files for presentation 2024-12-03 01:02:10 +01:00
src Fix reference 2025-01-05 20:26:40 +01:00
.clean_local_env.sh Add build system files 2024-12-03 11:45:19 +01:00
.gitignore Add source files for presentation 2024-12-03 01:02:10 +01:00
.gitmodules Add source files for presentation 2024-12-03 01:02:10 +01:00
.latexmkrc Add source files for presentation 2024-12-03 01:02:10 +01:00
.setup_local_env.sh Add build system files 2024-12-03 11:45:19 +01:00
Dockerfile Add build system files 2024-12-03 11:45:19 +01:00
Makefile Add first slide of 2025-01-07 presentation 2025-01-05 19:59:14 +01:00
README.md Add build system files 2024-12-03 11:45:19 +01:00

CEL Presentation

LaTeX sources for a presentation held at CEL on the 21.06.2024.

Build

Build manually

$ make

Build using docker

  1. Build docker image
    $ docker build -f Dockerfile . -t hiwi-presentations
    
  2. Build examples
    $ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` hiwi-presentations make