Template to be used for research project reports and bachelor's and master's theses in the Analytic Computing department of the Institute for Artificial Intelligence of the University of Stuttgart.
- TeX 99.5%
- Makefile 0.5%
Update writing-guide.md with Widom's five-point introduction, new patterns (P9/P10), new antipatterns (A11/A12), acknowledgements, and source attribution. Rewrite latex-setup.md to match the distribution-neutral, editor-balanced LaTeX version. Add a note to all Markdown files pointing readers to the compiled guide.pdf. |
||
|---|---|---|
| .github | ||
| .vscode | ||
| data | ||
| docs | ||
| figures | ||
| .aspell.conf | ||
| .aspell.de.pws | ||
| .aspell.en.pws | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitignore | ||
| .gitmodules | ||
| 00-Abstract.tex | ||
| 01-Introduction.tex | ||
| 02-RelatedWork.tex | ||
| 03-Foundations.tex | ||
| 04-ProblemStatement.tex | ||
| 05-Method.tex | ||
| 06-Evaluation.tex | ||
| 07-Conclusions.tex | ||
| _latexmkrc | ||
| A-Appendix.tex | ||
| abbreviations.tex | ||
| bibliography.bib | ||
| CHANGELOG.md | ||
| commands.tex | ||
| config.tex | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| latexhints-english.tex | ||
| LICENSE | ||
| localSettings.yaml | ||
| macros.tex | ||
| main.tex | ||
| Makefile | ||
| pre-documentclass.tex | ||
| README.md | ||
| stfloats.sty | ||
| Texlivefile | ||
| tikz-uml.sty | ||
| vscode.settings.json | ||
LaTeX Template for Reports — Analytic Computing, University of Stuttgart
This template is for scientific theses, reports, and student projects at the Analytic Computing department, University of Stuttgart.
It is a fork of the scientific-thesis-template by latextemplates, extended with elements specific to our institute.
Quick start
- Clone or download this repository.
- Edit
main.texto set the title, author, examiners, and dates. - Write your content in the chapter files (
01-Introduction.tex,02-RelatedWork.tex, etc.). - Compile with
latexmk mainormake.
Structure
| File | Purpose |
|---|---|
main.tex |
Main document: title page, preamble, chapter includes |
00-Abstract.tex |
Abstract |
01-Introduction.tex |
Introduction |
02-RelatedWork.tex |
Related Work |
03-Foundations.tex |
Foundations / Preliminaries |
04-ProblemStatement.tex |
Problem Statement |
05-Method.tex |
Method |
06-Evaluation.tex |
Evaluation |
07-Conclusions.tex |
Conclusion and Outlook |
A-Appendix.tex |
Appendix |
bibliography.bib |
Bibliography (biblatex format) |
abbreviations.tex |
Acronyms and abbreviations |
macros.tex |
Advisor/student comment commands |
commands.tex |
Custom LaTeX macros |
Documentation
- Writing guide — what to write in each section, writing patterns, and common pitfalls.
- Technical setup — compilation, editor configuration, troubleshooting, and FAQs.
- LaTeX hints — examples of figures, tables, citations, and other LaTeX features (compile with the template to see rendered output).
License
The license of this work is 0BSD.
This project is a fork of scientific-thesis-template (also licensed under 0BSD).