| lib | ||
| src | ||
| .clean_local_env.sh | ||
| .gitignore | ||
| .gitmodules | ||
| .latexmkrc | ||
| .setup_local_env.sh | ||
| Dockerfile | ||
| Makefile | ||
| README.md | ||
| tex-fmt.toml | ||
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