dateien inkl. Masterarbeit
This commit is contained in:
parent
eeb4bf4b46
commit
510a03ab0f
5 changed files with 103 additions and 1388 deletions
BIN
Masterthesis-Felix-Hilsky-2022-11-01.pdf
Normal file
BIN
Masterthesis-Felix-Hilsky-2022-11-01.pdf
Normal file
Binary file not shown.
|
@ -29,6 +29,8 @@ Ich nutze LaTeX eine ganze Menge und einige Dinge, die ich dabei gelernt habe, f
|
|||
Ich hoffe, dir damit weiter zu helfen und wenn ich dir mit LaTeX helfe,
|
||||
freue ich mich, wenn diese Dinge beachtet sind.
|
||||
|
||||
Meine [Bachelorarbeit](https://flugit.hilsky.de/flukx/bachelorarbeit) und meine [Masterarbeit](https://flugit.hilsky.de/flukx/masterthesis) sind auch hier zu finden.
|
||||
|
||||
Zu allem weiteren, lese die Dokumentation, die in den Dateien enthalten sind.
|
||||
Ich freue mich auf über Feedback oder Fragen an [flukx@uber.space](mailto:flukx@uber.space).
|
||||
|
||||
|
|
|
@ -34,6 +34,12 @@ My [bachelor thesis](https://flugit.hilsky.de/flukx/bachelorarbeit) can be found
|
|||
|
||||
git clone https://flugit.hilsky.de/flukx/bachelorarbeit.git
|
||||
|
||||
My [master thesis](https://flugit.hilsky.de/flukx/masterthesis) can be found under
|
||||
```
|
||||
git clone https://flugit.hilsky.de/flukx/masterarbeit.git
|
||||
```
|
||||
or as [pdf](https://flugit.hilsky.de/flukx/masterthesis/src/branch/master/Felix-Hilsky-master-thesis-final.pdf).
|
||||
|
||||
For everything else, read the documentation that is included in the files above.
|
||||
I am happy about any feedback or questions to [flukx@uber.space](mailto:flukx@uber.space).
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -115,7 +115,11 @@ REPLACEMENTS = {'\n': REPLACER,
|
|||
r"þ": "th",
|
||||
r"Þ": "Th",
|
||||
r"μFSR": "myFSR",
|
||||
r"μfsr": "myfsr",
|
||||
r"μ": "mu",
|
||||
r"φFSR": "phyFSR",
|
||||
r"φfsr": "phyfsr",
|
||||
r"φ": "phi",
|
||||
r"$": "USD",
|
||||
r"€": "EUR",
|
||||
r".jpeg": ".jpg",
|
||||
|
|
Loading…
Reference in a new issue