Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

DBIS Thesis Template Generator

This script was made to unify german and english thesis template generation

Usage

Make sure you have the click library installed in your env: pip install click Output of the generator.py help page

Usage: generator.py [OPTIONS]

Options:
  --lang [en|de]            Language of thesis template
  --type [bachelor|master]  Select type of thesis
  --title TEXT              Title of the thesis
  --student TEXT            Names of contributing students comma separated
  --supervisor TEXT         Names of supervisor comma separated
  -o, --output TEXT         Name of outputfile
  --help                    Show this message and exit.

The script prompts an input for each option except for the output. If output option is not set, the script prints the template to stdout.

todos

  • within the template.tex: In the original templates were different locations for
    \pagenumbering{Roman}. These need to be fixed.