Skip to content

Latest commit

 

History

History
85 lines (61 loc) · 2.47 KB

README.md

File metadata and controls

85 lines (61 loc) · 2.47 KB

tud-thesis

This is a Typst template for theses and papers in the corporate design of the Technische Universität Dresden.

Please be aware that this template is unofficial and may not fully adhere to the CD specifications.

Be also aware, that this template does not aim to be a replacement of the TUD-Script bundle for LaTeX with its extensive feature set.

Any corrections, modifications, or enhancements are welcome.

Installation and Usage

1. get the template

  • clone this repository with git
git clone https://github.com/typst-tud/tud-thesis.git

get the fonts

This template uses the following fonts:

2. import template into your document

#import "tud-thesis.typ": *

#show: thesis.with(
  title: "My very good thesis title",
  subtitle: "This subtitle is below the title",
  graduation: "Diploma of Computer Science",

  supervisor: "Dr. Supervisor",
  professor: "Prof. Dr. Professor",

  university: "Technische Universität Dresden",
  faculty: "Faculty of …",
  institute: "Institute of …",
  chair: "Chair of …",

  author: "Firstname Lastname",
  // dateofbirth: "2.1.1990",
  // placeofbirth: "Dresden",
  matriculationnumber: "00000000",
  // matriculationyear: "2010",
  email: "[email protected]",

  abstract: lorem(50),

  bibliography-file: "example/bibliography.bib",
  // assignment-file: "assignment.svg",

  cdfont: false,
  draft-mode: false,
  print-mode: false,
)

= Introduction
#lorem(10)

= Background
#lorem(10)

…

= Conclusion
#lorem(10)

Acknowledgments