This repository has been archived on 2023-09-01 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
development
thesis-tmpl
this repo contains the official Tomas Bata University latex thesis template along with some opinionated quality-of-life goodies, such as a Makefile and instructions for preparing a complete (Fedora based) environment capable of compiling the latex files into a pdf.
how to make this run
prerequisities:
gitmakedistrobox
alternatively, when using Nix, just run direnv allow, nix develop (with flakes enabled)
or nix shell (when using nix without flakes).
instructions:
- clone this repo and cd into it
git clone <repo url> && cd ./thesis-tmpl
- create a Fedora toolbox
# root not needed
distrobox-create -n f-toolbox -i registry.fedoraproject.org/fedora-toolbox:37
- enter the distrobox
distrobox enter f-toolbox
- install pkgs
# in the toolbox you just created
sudo dnf install -y $(<extra-packages)
- profit!
# in the toolbox
make watch
LICENSE
Makefile, config files and these instructions are available under CC0, it is unclear under what license is the latex template available.
Languages
TeX
92.4%
Nix
6.5%
Makefile
0.7%
Dockerfile
0.4%