Skip to content

thefenriswolf/FHWNMasterThesis

 
 

Repository files navigation

FWHN MedTech master thesis

Table of Contents

General

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.

Contents

This repository contains my master thesis proposal, thesis and the presentation. Please see the corresponding files.

Roadmap

Stepplanned Dateactual Date
Research Proposal18.02.202412.02.2024
Experiments
Thesis
Presentation

How to build

Requirements

Make sure to have the following software installed to build the project.

LaTeX distribution (only one is required)

TeX Livehttps://tug.org/texlive/
MiKTeXhttps://miktex.org
Tectonichttps://tectonic-typesetting.github.io/en-US/

Windows Fonts

Windowsbuilt in
MacOScome with Microsoft Office
Linuxcorefonts, vistafonts

Inkscape

For converting the SVG images to PDF and PNG

Pygments

For source code highlighting: https://pygments.org/

Optional but recommended

Install dependencies

using Nix

nix-shell ./shell.nix

Build project

Make

CommandDescription
make allbuild all possible artifacts
make proposalbuild proposal.tex
make thesisbuild thesis.tex
make presentationbuild presentation.tex
make watch-proposalrebuild proposal on change
make watch-thesisrebuild thesis on change
make watch-presentationrebuild presentation on change
make cleanremove temporary build artifacts
make clean-allremove all build artifacts

without make

CommandDescription
xelatex -synctex=1 -shell-escape proposal.texbuild proposal.tex
xelatex -synctex=1 -shell-escape thesis.texbuild thesis.tex
xelatex -synctex=1 -shell-escape presentation.texbuild presentation.tex

Credits

License

  • 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/

About

FHWN Master Thesis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 93.4%
  • R 4.4%
  • Python 1.7%
  • Perl 0.3%
  • Makefile 0.2%
  • PowerShell 0.0%