https://github.com/tianzonglin/uuphd-thesis-latex
Latex template for the PhD thesis of Utrecht University. It's clean and simple to be reused in your own thesis writing.
https://github.com/tianzonglin/uuphd-thesis-latex
latex-template phd-thesis utrecht-university
Last synced: 3 months ago
JSON representation
Latex template for the PhD thesis of Utrecht University. It's clean and simple to be reused in your own thesis writing.
- Host: GitHub
- URL: https://github.com/tianzonglin/uuphd-thesis-latex
- Owner: TianZonglin
- Created: 2024-04-29T02:50:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T07:05:57.000Z (3 months ago)
- Last Synced: 2025-02-04T08:19:16.335Z (3 months ago)
- Topics: latex-template, phd-thesis, utrecht-university
- Language: TeX
- Homepage:
- Size: 8.06 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a clean version of PhD dissertation of Utrecht University. The structure of these tex files is listed as follows. If you're a PhD student from Utrecht University, you can easily to reuse the whole project to write your own thesis.
```
.\uuPhD-dissertation-clean
│
├─cover
│ └─cover.ai // already fit for uu's cover requirements
├─fontback
│ ├─Titlepage // the first side of frontpage
│ ├─Titleback // the second side of frontpage (cover's explanation)
│ ├─UU_Titlepage // the first side of next-page
│ ├─UU_Titleback // the second side of next-page (committee members)
│ ├─Dedication // uu doesn't need this
│ ├─Abstract // English version, then Detuch version
│ ├─Publication // put your paper list here
│ ├─Contents // include chapter folder
│ ├─Bibliography // references
│ ├─Acknowledgments // your bio and acknowledgment
│ └─Colophon // the content of the last page, statement of thesis style
├─figures
│ ├─chap01 // all images are .eps edited by Adobe Illustrator
│ ├─......
│ └─chap07
├─Chapters
│ ├─1-intro.tex // main content of thesis
│ ├─.............
│ └─7-conclusion.tex
├─Thesis.tex // defined how to structure the latex project
├─Thesis.pdf // compiled output, this is your thesis!
├─classicthesis.tex // keep it, already fit for uu's requirements
├─classicthesis-config.tex
├─bibliography.bib // put the references (bibtex) here
└─.gitignore // already marked the useless files when using git```
I use [WinEdt](https://www.winedt.com/) to write and maintain this project, and if you are not familiar with Latex grammar, you can use [www.uinio.com/Math/LaTex](http://www.uinio.com/Math/LaTex/) as a handbook to write your Tex document! Hope your thesis writing journey is happy and easy.