-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86fcda8
commit ff60e92
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Thesis Repository | ||
|
||
All latex code is under `src/`. I'm using pdflatex to compile and the whole thing is written in vim. To see the | ||
Releases are [available here](https://github.com/pascalwhoop/masterthesis/releases) and represent intermediate releases | ||
until my final hand in in August. | ||
|
||
All latex code is under `src/`. I'm using pdflatex to compile and I write the whole thing in vim. To see the | ||
configuration necessary to replicate the environment, see my [dotfiles](https://github.com/pascalwhoop/dotfiles). | ||
Generally, a `tex-full` installation should suffice to compile the documents. | ||
Generally, a `tex-full` installation should suffice to compile the documents. the `compile.sh` script also gives some | ||
more details. | ||
|
||
The graphics are importable with [draw.io](https://draw.io) | ||
|
||
|
||
Most code is linked in the thesis but you can also just check out my github profile. `grpc-adapter`, `broker-python` | ||
etc. |