828 B
828 B
ba-letter
Repository containing the latex source for the bachelor's thesis letter.
After cloning, make sure to initialize the submodules containing the dependencies:
$ git submodule update --init
Build
Build on host
For a list of dependencies consult one of the dockerfiles in the dockerfiles directory. Build document:
$ make
After compiling, the PDF can be found in the build directory.
Build using docker
Be warned that texlive installations can take some time.
Building the docker image may take a few minutes.
- Build docker image
$ docker build -f dockerfiles/Dockerfile.alpine . -t ba-letter - Build document
$ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` ba-letter make