Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otto-aa/definitely-not-tuw-thesis
https://github.com/otto-aa/definitely-not-tuw-thesis
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/otto-aa/definitely-not-tuw-thesis
- Owner: Otto-AA
- License: mit-0
- Created: 2024-07-19T19:52:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T16:58:12.000Z (10 days ago)
- Last Synced: 2024-11-05T17:50:04.710Z (10 days ago)
- Language: Typst
- Homepage: https://otto-aa.github.io/definitely-not-tuw-thesis/thesis.pdf
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Unofficial thesis template for informatics at TU Wien
An example thesis can be viewed here: https://otto-aa.github.io/definitely-not-tuw-thesis/thesis.pdf
## Usage
You can download the template with:
```bash
typst init @preview/definitely-not-tuw-thesis:0.1.0
```### Template overview
After setting up the template, you will have the following files:
- `thesis.typ`: overall structure and styling, configuration for the cover pages and PDF metadata
- `content/front-matter.typ`: acknowledgments and abstract
- `content/main.typ`: all your chapters
- `content/appendix.typ`: AI tools acknowledgment and other appendices
- `refs.bib`: referencesThen copy the values you get from compiling the [official template](https://gitlab.com/ThomasAUZINGER/vutinfth), and paste them in `thesis.typ`. Remove all unused fields and, finally, compare if it is close enough to the official template. If not, please open an issue or PR to fix it.
### Styling
If you want to adapt the styling, you can remove the `show: ...` commands in the `thesis.typ` and replace them with your own, or simply extend them with your own `show: ...` commands.
## Contributing
I guess there are many ways to improve this template, feel free to do so and submit issues and PRs! More information at [CONTRIBUTING.md](https://github.com/Otto-AA/unofficial-tu-wien-thesis-template/blob/main/CONTRIBUTING.md)
## License
The code is licensed under MIT-0. The 'TU Wien Informatics' logo and signet are copyright of the TU Wien.
## Acknowledgments
This work is based on the [official template](https://gitlab.com/ThomasAUZINGER/vutinfth) maintained by Thomas Auzinger. The repository structure is based on [typst-package-template](https://github.com/typst-community/typst-package-template).