a

almost-tud-letter

@preview

A template that (almost!) replicates the TUDelft letter

v0.1.0
MIT
Template

Package Information

Last Updated
Minimum Typst Version
0.13.0
Categories
office

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/almost-tud-letter:0.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/almost-tud-letter:0.1.0

Version History

0.1.00.13.0
a17fc81949ee...

almost-tud-letter

A Typst template that (more or less) replicates the TUDelft letter (only available in Word).
It also makes it more beautiful in my opinion, but hey I guess it's subjective...

By default it's in English and the faculty name is my faculty... but you can modify it, see the example.
You can also put lang: "nl" so that the fields top-left are in Dutch.

How to use it?

You can compile the example letter with this command:

typst compile --root . template/letter.typ

Notice that you can also install the package manually to your local Typst, see instruction there:
https://github.com/typst/packages?tab=readme-ov-file#local-packages

Example

#import "@preview/almost-tud-letter:0.1.0": *

#show: almost-tud-letter.with(
  from: (
    name: "Jan Smit",
    phone: "+31 (0)15 27 12345",
    email: "j.smit@tudelft.nl",
  ),
  to: [
    Gerard Joling \
    Singer of the year \  
  ],
  date: datetime.today().display(),
  subject: "A very important letter",
)

Dear Gerard, 

#lorem(60)

#lorem(100)

#v(1cm)
Best regards, 
#v(3mm)
Dr Jan Smit \
Head of an important department