Go to file
2025-12-11 13:38:59 +01:00
lib Use new CEL latex template 2025-10-20 11:32:18 +02:00
src tut4: Add exercises 2025-12-11 13:38:59 +01:00
.clean_local_env.sh Initial commit 2025-09-28 21:14:53 +02:00
.gitignore Add temporary files to gitignore 2025-10-25 23:04:55 +02:00
.gitmodules Use new CEL latex template 2025-10-20 11:32:18 +02:00
.latexmkrc Initial commit 2025-09-28 21:14:53 +02:00
.setup_local_env.sh Initial commit 2025-09-28 21:14:53 +02:00
Dockerfile Fix Dockerfile 2025-10-25 23:51:22 +02:00
Makefile Add automatic handout compilation to Makefile 2025-10-25 23:33:22 +02:00
README.md Add README.md 2025-10-25 23:51:28 +02:00
tex-fmt.toml Initial commit 2025-09-28 21:14:53 +02:00

WT Tutorial Presentations

This repository contains the latex source files for the WT Tutorial slides.

Build

Local Environment

$ make

With Docker

$ docker build . -t wt-tut
$ docker run --rm -u `id -u`:`id -g` -w $PWD -v $PWD:$PWD wt-tut make