Skip to content

ShadowPaint-SP/TUD-typst-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TU Dresden Computer Science Typst Thesis Template

A versatile Typst template for theses, reports, and scientific writing in computer science. It is designed for students at TU Dresden by default, but university, faculty, institute, chair, and thesis type are user-configurable metadata.

Files

  • template.typ – reusable template function
  • lang.typ - language translations for template labels
  • example.typ – example starting point
  • example-ref.bib – example BibTeX bibliography
  • assets/ – optional logo folder

Compile

typst compile main.typ

Minimal usage

#import "template.typ": tud-thesis

#show: tud-thesis.with(
  lang: "en",
  university: "Technische Universität Dresden",
  faculty: "Faculty of Computer Science",
  thesis-type: "Bachelor Thesis",
  title: "My Thesis",
  authors: ((name: "Ada Lovelace", student-id: "1234567"),),
  supervisors: ((name: "Dr. Example"),),
  bibliography-file: "example-ref.bib",
)

= Introduction

Your text.

Notes

  • The template uses translations only for fixed labels such as contents, references, supervisors, and keywords.
  • for more information on how to use Typst look at the officail documentation or watch this video
  • University, faculty, thesis type, institute, and chair are normal metadata fields.
  • The title page supports multiple authors.
  • logo is optional. Put an SVG/PDF/PNG in assets/ and set logo: "assets/tud-logo-blue.svg".
  • The default bibliography style is ieee.
  • The default body layout is one column. Set columns: 2 if a two-column layout is needed.

About

Inofficial template for writing academic papers and reports for the TU Dresden using Typst.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors