A collection of Quarto custom formats that render with Typst. Designed for academic work — clean defaults, no LaTeX toolchain required.
| Template | Purpose |
|---|---|
working-paper |
Double-spaced manuscript with title page, abstract, bibliography |
cover-letter |
Journal submission cover letter |
peer-review-memo |
Structured memo for journal peer reviews |
review-response |
Point-by-point response to reviewer comments |
nsf-proposal |
PAPPG-compliant multi-document NSF proposal |
cv |
Academic CV with icon-decorated contact header and entry helpers |
report |
Formal project / grant report with cover page, callouts, running footer |
policy-brief |
Short policy brief with banner, key-findings box, pull-quote + recommendations helpers |
poster |
A0 conference poster with banner, hero pull-quote, stat cards, callouts, footer logos |
| Template | Purpose |
|---|---|
notes |
Lecture / long-form notes with TOC, theorem boxes, accent color |
| Template | Purpose |
|---|---|
letterhead |
Generic institutional letter — configurable logos, footer, signature |
memo |
Generic institutional memo — configurable branding, optional signatures |
meeting-agenda |
Department / committee agenda or minutes |
sign-in-sheet |
Grouped sign-in tables for meetings |
nametags |
Conference badges (4×3 in) and table tents (tabloid, folded), driven from a CSV |
quarto use template copies the example .qmd and any supporting files
(bibliography, CSL, etc.) into a fresh folder and installs the format
extension:
quarto use template cwimpy/typst-templates/peer-review-memoRun this from the parent directory where you want the project to live — Quarto will prompt for a name and create a new folder. Then:
cd <name-you-chose>
quarto render template.qmdIf you already have a Quarto project and only want the format extension (no starter files):
quarto add cwimpy/typst-templates/peer-review-memoThen in your .qmd:
---
title: "My review"
format: peer-review-memo-typst
---Replace peer-review-memo with any of the template names listed above.
- Quarto ≥ 1.4
- Typst (bundled with Quarto since 1.4)
MIT