Switch language한국어
Back to the list

A New Typst Template for Pandoc | Hacker News

TL;DR AI

Key summary

1 min read
  1. A Hacker News post explains a Pandoc workflow for PDF generation with Typst.

  2. The command uses `--pdf-engine=typst` and `-V template=article.typ` to apply a Typst template.

  3. Pandoc injects the Markdown content into the template’s `body` slot.

  4. The discussion helps clarify a less obvious setup for custom document and publishing pipelines.

Read the original