2023-12-24 03:33:10 +01:00
2023-12-20 21:55:31 +01:00
2023-12-20 21:55:31 +01:00
2023-12-23 20:50:22 +01:00
2023-12-23 20:50:22 +01:00
2023-12-24 03:32:58 +01:00
2023-12-24 03:44:47 +01: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
    
Description
No description provided
Readme 3.7 MiB
2024-12-27 23:02:07 +01:00
Languages
TeX 99.7%
Makefile 0.3%