Quarto format for appreciated-letter, a Typst template by the Typst team.
quarto use template quarto-ext/typst-templates/letterThis will install the extension and create an example qmd file that you can use as a starting place for your document.
Specify the sender, receipient, subject, etc. using YAML options, then write the body of the letter. For example, the following qmd source:
---
subject: "Revision of our Procurement Contract"
name: "Jane Smith \ Regional Director"
sender: "Jane Smith, Universal Exports, 1 Heavy Plaza, Morristown, NJ 07964"
recipient: |
Mr. John Doe \
Acme Corp. \
123 Glennwood Ave \
Quarto Creek, VA 22438 \
sent: "Morristown, June 9th, 2023"
format:
letter-typst: default
---
Dear Joe,
...This document would be rendered as:
