Master thesis created by Felix Hilsky
Find a file
2022-10-09 15:58:10 +02:00
notes small changes based on Prof. Sanders comments 2022-10-03 14:33:04 +02:00
out add link to video that is necessary to play video during presentation 2022-09-12 20:59:02 +02:00
presentation small more or less last presentation fixes 2022-09-13 11:50:20 +02:00
scripts revising content of the paper section based on Prof. Sanders comments and with reordering of the paragraphs 2022-10-06 13:10:47 +02:00
tex fix overfull hbox with smaller space 2022-10-09 15:58:10 +02:00
zeichnungen change several tikz images 2022-10-06 14:15:26 +02:00
.gitignore another vim file 2022-08-28 10:21:20 +02:00
.gitlab-ci.yml fix .gitlab-ci.yml syntax 2022-01-28 15:53:24 +00:00
.latexmkrc try to give more information on warnings 2022-05-18 19:26:36 +02:00
.maindir create .maindir link in main dir 2020-05-10 13:04:51 +02:00
.vimlocal spelling stuff 2022-09-16 15:21:25 +02:00
README.md I am not so sure anymore if I like Merge Requests best 2022-08-23 11:07:40 +02:00
technical-readme Contribution guide, ci 2021-10-17 11:58:34 +02:00

Master thesis of Felix Hilsky

Current version

Help

If you want to give me feedback, you are very welcome to do so. I am happy of any kind of helpful feedback, including but not limited to typos, overcomplicated text, overcomplicated reasoning, proof mistakes, new ideas, ...

You can

  • talk to me
  • write an e-mail with your comments
  • change something and send me git patch files (to felix.hilsky@tu-dresden.de)
  • change something and create a Merge Request either from your gitlab instance or with write access to the MatNat-Gitlab
  • Make comments on the pdf and send that to me
  • Print the pdf and comment on paper and give that to me

Adviser

Prof. Sander and Hanne Hardering motivated me to dive into geometric finite elements (well, the topic changed later into a mix of differential geometry, functional analysis, algebraic topology and physics) and guide me during the master thesis.

File structure

The file structure is based on my LaTeX-template with additions. Top-level directories are

  • tex The actual text in .tex files are here
  • notes Notes that are not part of the actual master thesis text and are usually not written in LaTeX are here
  • scripts Programs needed for the tex file handling are here
  • out latexmk creates pdfs and temporary files in there, thanks to .latexmkrc config file
  • .latexmkrc config file that tells latexmk to use lualatex and the output directory out
  • .gitlab-ci.yml tells the gitlab to compile the current document and supply it via the api

Create the document

Run the command latexmk. If you want to compile only one part, run latexmk tex/thepart.tex. The product is in out.

I plan to make sure, that https://hilsky.de/masterarbeitrepo points to this repository and https://hilsky.de/masterarbeit points to the up-to-date version of the pdf.