28c772f7e23719f6e44e7801b83444fdd38ea1a5
ba-letter
Repository containing latex source for the Bachelor's Thesis paper.
After cloning, make sure to initialize the submodules containing the dependencies:
$ git submodule update --init
Build
Build on host
$ make
Build using docker
- Build docker image
$ docker build -f dockerfiles/Dockerfile.alpine . -t ba-letter - Build examples
$ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` ba-letter make
Description
Releases
1
Published version
Latest
Languages
TeX
99.7%
Makefile
0.3%