name: typst-writing description: Guidelines for writing documents with Typst, including templates usage and best practices.
Typst Writing
Templates
Use templates from utils/typst-templates/:
paper.typ- academic papersblog.typ- blog posts
Usage
#import "../../utils/typst-templates/paper.typ": *
#show: project.with(
title: "Title",
authors: ((name: "Author", email: "email@example.com"),),
lang: "en",
)
= Introduction
...
Best Practices
- Keep sections focused
- Use theorem/definition environments for formal content
- Include TL;DR for long posts
- Compile frequently:
typst compileortypst watch
Language Support
Set lang parameter: "en" (default) or "ru"