Go to file
2024-01-08 14:00:54 +01:00
dockerfiles Update Dockerfiles with bibliography dependencies 2024-01-08 00:49:47 +01:00
lib Check out v1.0 release of latex-common 2023-12-24 02:40:27 +01:00
res Initial commit 2023-12-20 21:55:31 +01:00
.gitignore Initial commit 2023-12-20 21:55:31 +01:00
.gitmodules Add PDF option to latexmkrc 2023-12-23 20:50:22 +01:00
.latexmkrc Add PDF option to latexmkrc 2023-12-23 20:50:22 +01:00
letter.bib Add external bibliography 2024-01-08 00:08:41 +01:00
letter.tex Include pre-built figures when \overleaftrue is set 2024-01-08 14:00:54 +01:00
Makefile Remove newline from makefile 2023-12-24 03:44:47 +01:00
README.md Add note about initializing submodules to README.md 2023-12-24 02:47:55 +00:00

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

  1. Build docker image
    $ docker build -f dockerfiles/Dockerfile.alpine . -t ba-letter
    
  2. Build examples
    $ docker run --rm -v $PWD:$PWD -w $PWD -u `id -u`:`id -g` ba-letter make