https://github.com/zozs/phd-dissertation
My PhD dissertation, defended in October 2019
https://github.com/zozs/phd-dissertation
Last synced: 5 months ago
JSON representation
My PhD dissertation, defended in October 2019
- Host: GitHub
- URL: https://github.com/zozs/phd-dissertation
- Owner: zozs
- Created: 2019-11-17T11:48:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T11:55:41.000Z (over 6 years ago)
- Last Synced: 2025-04-08T23:38:27.266Z (about 1 year ago)
- Language: TeX
- Size: 2.74 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linus Karlsson's PhD dissertation
This repository contains the TeX sources for my dissertation.
The sources should be compiled with LuaLaTeX and Biber.
To compile the dissertation from source, you also need the fonts Adobe Garamond Pro and Frutiger LT Std.
These are the profile fonts of Lund University, so if you are affiliated with the university you can [download them here](https://www.staff.lu.se/support-and-tools/communication-and-graphic-profile/download-templates-and-communication-tools).
Otherwise, you can change the fonts in the source of `main.tex`, near the top.
Tools and packages used:
* LuaLaTeX.
* TikZ for graphics.
* Chris Monson's [Latex Makefile](https://github.com/shiblon/latex-makefile).
* XeLaTeX (to compile the datasheet in the `datasheet/` directory, if you wish to use it)
Inspired by Jesper Öqvist's thesis which can be found at https://github.com/llbit/joqvist-thesis
## Final dissertation as PDF
If you just want to see the dissertation in its final form, just open the file `linus_dissertation_final.pdf` in this repo, or [click here](https://linuskarlsson.se/papers/linus_dissertation_final.pdf) to view it from my personal web page.
## Compile dissertation from source
Run `make` from the root of this repository. Note that for successful compilation, you will need the fonts installed as described above.
To compile the datasheet, enter the `datasheet/` directory and run `xelatex datasheet.tex`