Archived
Template
1
0
thesis template w/ goodies
This repository has been archived on 2023-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file Use this template
2022-11-12 22:36:15 +01:00
graphics initial commit 2022-11-11 16:19:12 +01:00
tex UTB.tex(hypersetup): set breaklinks 2022-11-12 21:09:14 +01:00
.gitignore gitignore: ignore swp files and backup files 2022-11-11 16:21:59 +01:00
.latexmkrc add README.md,LICENSE,.latexmkrc,extra-packages 2022-11-12 22:18:42 +01:00
Containerfile add Containerfile 2022-11-12 22:36:15 +01:00
extra-packages add README.md,LICENSE,.latexmkrc,extra-packages 2022-11-12 22:18:42 +01:00
LICENSE add README.md,LICENSE,.latexmkrc,extra-packages 2022-11-12 22:18:42 +01:00
Makefile add makefile, symlink thesis.tex -> prace.tex 2022-11-12 21:05:20 +01:00
prace.tex initial commit 2022-11-11 16:19:12 +01:00
README.md add README.md,LICENSE,.latexmkrc,extra-packages 2022-11-12 22:18:42 +01:00
thesis.tex add makefile, symlink thesis.tex -> prace.tex 2022-11-12 21:05:20 +01:00

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:

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.