This branch of the repo will be actively maintained until the thesis is finished. After that it will be archived like the original from David Kovacs to serve as a template for future FHWN students searching for a ready to go LaTeX template.
This repository contains my master thesis proposal, thesis and the presentation. Please see the corresponding files.
- proposal.tex
- thesis.tex
- presentation.tex
- presentation-handout.tex (to be compiled after presentation.tex)
Step | planned Date | actual Date |
---|---|---|
Research Proposal | 18.02.2024 | 12.02.2024 |
Experiments | 01.05.2024 | 01.08.2024 |
Thesis | 08.12.2024 | |
Presentation | 14.01.2025 |
Make sure to have the following software installed to build the project.
TeX Live | https://tug.org/texlive/ |
MiKTeX | https://miktex.org |
Tectonic | https://tectonic-typesetting.github.io/en-US/ |
Windows | built in |
MacOS | come with Microsoft Office |
Linux | corefonts, vistafonts |
For converting the SVG images to PDF and PNG
For source code highlighting: https://pygments.org/
- make
- Windows: via WSL or https://gnuwin32.sourceforge.net/packages/make.htm
- Linux: via package manager https://www.gnu.org/software/make/
- MacOS: via brew https://formulae.brew.sh/formula/make
- LaTeX Editor (choose one):
using Nix
nix-shell ./shell.nix
Command | Description |
---|---|
make all | build all possible artifacts |
make proposal | build proposal.tex |
make thesis | build thesis.tex |
make presentation | build presentation.tex |
make watch-proposal | rebuild proposal on change |
make watch-thesis | rebuild thesis on change |
make watch-presentation | rebuild presentation on change |
make clean | remove temporary build artifacts |
make clean-all | remove all build artifacts |
make wordcount-thesis | count words in thesis |
Note: run biber to resolve references
Command | Description |
---|---|
xelatex -synctex=1 -shell-escape proposal.tex | build proposal.tex |
xelatex -synctex=1 -shell-escape thesis.tex | build thesis.tex |
xelatex -synctex=1 -shell-escape presentation.tex | build presentation.tex |
- David Kovacs as the creator of this project.
- Karl Voit who created a similar template for the TU Graz.
FHWNMasterThesis
was kindly released under the MIT License by David Kovacs.- Artwork and images for
FHWNMasterThesis
© 2024 by Stefan Rohrbacher are licensed under Creative Commons Attribution-ShareAlike 4.0 International. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/