Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Typst Letter Format

Quarto format for appreciated-letter, a Typst template by the Typst team.

Installing

quarto use template quarto-ext/typst-templates/letter

This will install the extension and create an example qmd file that you can use as a starting place for your document.

Using

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: