Presentations used for the bi-weekly updates of my HiWi job at CEL.
Go to file
2025-05-13 14:56:31 +02:00
lib Add presentation fo 2025-03-28, except simulation results 2025-03-28 01:44:07 +01:00
src Fix typo 2025-05-13 14:56:31 +02: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 Fix homotopy definition; Fix simulation results 2025-05-12 23:06:02 +02: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