touying-author
Installation
SKILL.md
Touying Author
Guide Typst presentation authoring with Touying, emphasizing clean structure, repeatable configuration, and slide-safe patterns.
Quick start
- Import Touying and a theme, then apply the theme with
#show: <theme>.with(...). - Keep configuration centralized; include slide content from separate files.
- Use headings to create slides; use
#slidefor custom layouts or animations. - Start from
examples/simple.typfor a minimal deck, orexamples/default.typfor the bare theme.
Snippet from examples/simple.typ:
#import "@preview/touying:0.6.1": *
#import themes.simple: *
Related skills