This is a template repository to start using LaTeX, with TU Darmstadt corporate design installed, in Docker
- Define your build steps in build.sh (Examples are given in the file)
- Insert your LaTeX files
- Done!
./scripts/use.sh report
Copies the tudreport
template to the main.tex
file, which is built by make
make
runs your build.sh script in a Docker container, and writes the outputs to the build
directory.