Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tum-dev/tum-thesis-latex
:notebook_with_decorative_cover: A LaTeX template for TUM Bachelor/Master theses.
https://github.com/tum-dev/tum-thesis-latex
hacktoberfest latex latex-template
Last synced: about 20 hours ago
JSON representation
:notebook_with_decorative_cover: A LaTeX template for TUM Bachelor/Master theses.
- Host: GitHub
- URL: https://github.com/tum-dev/tum-thesis-latex
- Owner: TUM-Dev
- Fork: true (fwalch/tum-thesis-latex)
- Created: 2018-11-24T12:52:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T17:40:52.000Z (about 1 year ago)
- Last Synced: 2024-05-27T12:08:57.581Z (8 months ago)
- Topics: hacktoberfest, latex, latex-template
- Language: TeX
- Homepage:
- Size: 1.58 MB
- Stars: 133
- Watchers: 5
- Forks: 50
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaTeX template for TUM theses
This is a LaTeX template created according to the guidelines for TUM informatics theses in WS 2022. **Always check the [current formatting guidelines][thesis-guidelines] before you hand in.** See [`build/main.pdf`][sample-pdf] for an example PDF created with this template.
Comments & contributions are welcome!
## Quickstart
* [Download][template-download] and extract the template, or upload it to an online editor such as [Overleaf][overleaf] or [TUM ShareLaTeX][tum-sharelatex]. If you prefer to use Git, just clone/fork the repository.
If your editor supports compiling LaTeX, set it up to use `pdflatex` and `biber`. Set the master document to `main.tex`. Alternatively, you can use the provided Makefile to generate a PDF in the `build` directory (requires `latexmk`).
* To use Visual Studio Code install the [LaTeX Workshop](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) extension. Then as soon as you click on "Save" it automatically compiles your thesis for you without having to configure anything.
* Look for `TODO` comments in the provided files. Start at `main.tex`.If you are new to LaTeX, the [Overleaf Documentation][overleaf-learn] or the [LaTeX Wikibook][latex-wikibook] might help.
If you still have problems with the template, feel free to [create an issue][issue]. For general LaTeX questions, use [TeX StackExchange][tex-se].
## License
[![Creative Commons License][license-image]][license]
This template is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License][license], meaning that:
* You can share (copy, redistribute) and adapt (remix, transform, build upon) this template for any purpose, even commercially.
* If you share the template or a modified (derived) version of it, you must attribute the template to the original authors ([Florian Walch and contributors][template-authors]) by providing a [link to the original template][template-url] and indicate if changes were made.
* Any derived template has to use the [same][license] or a [compatible license][license-compatible].The license **applies only to the template**; there are no restrictions on the resulting PDF file or the contents of your thesis.
[issue]: https://github.com/TUM-Dev/tum-thesis-latex/issues
[latex-wikibook]: https://en.wikibooks.org/wiki/LaTeX
[license-compatible]: https://creativecommons.org/compatiblelicenses
[license-image]: https://i.creativecommons.org/l/by-sa/4.0/88x31.png
[license]: https://creativecommons.org/licenses/by-sa/4.0/
[overleaf]: https://www.overleaf.com/
[sample-pdf]: https://raw.github.com/TUM-Dev/tum-thesis-latex/master/build/main.pdf
[overleaf-learn]: https://www.overleaf.com/learn
[tum-sharelatex]: https://sharelatex.tum.de/ldap/login
[template-authors]: https://github.com/TUM-Dev/tum-thesis-latex/graphs/contributors
[template-download]: https://github.com/TUM-Dev/tum-thesis-latex/archive/master.zip
[template-url]: https://github.com/TUM-Dev/tum-thesis-latex
[tex-se]: https://tex.stackexchange.com/
[thesis-guidelines]: https://www.cit.tum.de/en/cit/studies/students/thesis-completing-your-studies/informatics/
[wiki]: https://github.com/TUM-Dev/tum-thesis-latex/wiki/