Skip to content

Typst thesis and paper template for TU Dresden researchers and students.

License

Notifications You must be signed in to change notification settings

typst-tud/tud-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Typst thesis and paper template for TU Dresden researchers and students.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published