https://github.com/wiseodd/phd_thesis_template
https://github.com/wiseodd/phd_thesis_template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wiseodd/phd_thesis_template
- Owner: wiseodd
- License: mit
- Created: 2022-09-16T11:11:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T12:09:48.000Z (about 3 years ago)
- Last Synced: 2025-10-11T02:25:35.900Z (5 months ago)
- Language: TeX
- Homepage:
- Size: 24.4 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agustinus' PhD Thesis Template
**Disclaimer:** This template is based on the [mimosis](https://github.com/Pseudomanifold/latex-mimosis) theme. License: MIT.
## How-to
1. Write your chapter in `sources/`, e.g. `sources/01_intro.tex`.
2. Include it in `main.tex` by adding `\include{sources/01_intro}`
3. Don't forget to also add it into the `\includeonly` block at the very top of the `main.tex` file
4. To compile, simply run `make` in your terminal
5. If you have tikz figures:
1. After running `make`, it will generate the `main.makefile` file
2. Run `make -j 8 -f main.makefile` to generate compile the figures (in an externalized manner)