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%
Find a file
Daniel Hernandez cce260b370
Some checks failed
Check / pdf (latexmk main-english) (push) Has been cancelled
Check / word-count (push) Has been cancelled
Check / spell-check (push) Has been cancelled
Check / indent (push) Has been cancelled
gh pages / publish (push) Has been cancelled
Sync Markdown guides with LaTeX sources and add PDF note
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.
2026-04-04 13:27:08 +02:00
.github Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
.vscode Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
data Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
docs Sync Markdown guides with LaTeX sources and add PDF note 2026-04-04 13:27:08 +02:00
figures Restructure template for Analytic Computing department 2026-04-03 22:30:57 +02:00
.aspell.conf Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
.aspell.de.pws Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
.aspell.en.pws Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
.dockerignore Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
.editorconfig Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
.gitignore Restructure template for Analytic Computing department 2026-04-03 22:30:57 +02:00
.gitmodules Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
00-Abstract.tex Rename main-english.tex to main.tex 2026-04-03 22:35:06 +02:00
01-Introduction.tex Rename main-english.tex to main.tex 2026-04-03 22:35:06 +02:00
02-RelatedWork.tex Rename main-english.tex to main.tex 2026-04-03 22:35:06 +02:00
03-Foundations.tex Rename main-english.tex to main.tex 2026-04-03 22:35:06 +02:00
04-ProblemStatement.tex Rename main-english.tex to main.tex 2026-04-03 22:35:06 +02:00
05-Method.tex Rename main-english.tex to main.tex 2026-04-03 22:35:06 +02:00
06-Evaluation.tex Rename main-english.tex to main.tex 2026-04-03 22:35:06 +02:00
07-Conclusions.tex Rename main-english.tex to main.tex 2026-04-03 22:35:06 +02:00
_latexmkrc Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
A-Appendix.tex Rename main-english.tex to main.tex 2026-04-03 22:35:06 +02:00
abbreviations.tex Restructure template for Analytic Computing department 2026-04-03 22:30:57 +02:00
bibliography.bib Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
CHANGELOG.md Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
commands.tex Restructure template for Analytic Computing department 2026-04-03 22:30:57 +02:00
config.tex Restructure template for Analytic Computing department 2026-04-03 22:30:57 +02:00
CONTRIBUTING.md Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
Dockerfile Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
latexhints-english.tex Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
LICENSE Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
localSettings.yaml Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
macros.tex Restructure template for Analytic Computing department 2026-04-03 22:30:57 +02:00
main.tex Include female LOTR characters in placeholder names 2026-04-04 06:24:35 +02:00
Makefile Rename main-english.tex to main.tex 2026-04-03 22:35:06 +02:00
pre-documentclass.tex Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
README.md Split README into focused documents 2026-04-04 08:28:23 +02:00
stfloats.sty Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
Texlivefile Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
tikz-uml.sty Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00
vscode.settings.json Initial fork of scientific-thesis-template for Analytic Computing 2026-04-03 13:10:18 +02:00

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

  1. Clone or download this repository.
  2. Edit main.tex to set the title, author, examiners, and dates.
  3. Write your content in the chapter files (01-Introduction.tex, 02-RelatedWork.tex, etc.).
  4. Compile with latexmk main or make.

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).