Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gillesc/ku-leuven-master-thesis-template-fet
https://github.com/gillesc/ku-leuven-master-thesis-template-fet
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gillesc/ku-leuven-master-thesis-template-fet
- Owner: GillesC
- Created: 2022-11-04T08:55:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T10:51:59.000Z (12 days ago)
- Last Synced: 2024-12-10T11:38:04.729Z (12 days ago)
- Language: TeX
- Size: 3.09 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a master thesis template for the students from the [Faculty of Engineering Technology](https://iiw.kuleuven.be/english).
## Interesting Resources
### Writing scientific documents in LaTeX
https://github.com/DRAMCO/writing-scientific-papers-in-latex-tips-and-tricks### Introduction to LaTeX
https://github.com/dramco-edu/LaTex## Using the template
Change your campus, language and other information in `main.tex`.
```latex
% Information about your discipline
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\opleiding{discipline name}
\afdeling{specialisation}
\campus{ghenteng} % Define your campus and language (append "eng" to load the English template)
% campuses: denayer, geel, gent, groept, brugge
\title{Title Masterproef}
\subtitle{subttile (optionale)}
\forenameA{first name}
\surnameA{last name}
\forenameB{} %keep empty if no 2nd author
\surnameB{} %keep empty if no 2nd author
\academicyear{2023 - 2024}
```### Changing the campus
### Changing the language
## FAQ
### The cover/back of my campus need to be changed
Renaming of campuses is unfrntualy not uncommon. For now, to update your cover and back, go to the [official KU Leuven template website](https://iiw.kuleuven.be/english/students/master-thesis/templates) and download the Word version of the template.
Remove all text except the header and footers and save it as a PDF (one page per cover/back). Add the new cover by cloning this repo, add the covers/back to your repo and create a PR back to this repo.## Bugs and extensions
If you find a bug or want to request an extension to the template, you have two options:
1. For the geeks:
- Fork this repo
- Fix the bug or implement the feature
- Perform a pull request
2. [Open an issue](https://github.com/GillesC/KU-Leuven-master-thesis-template-FET/issues)