TYPST: A new markup + page layout engine to take on LaTeX

A really cool Pandoc 3.2 release means a nice way to generat Typst properties. This was contributed by the Typst guys as they want to take some HTML+CSS like:

<p>Here is some <span style="color:orange">orange text</span>.</p>

To generate the equivalent Typst properties:

Here is some #text(fill: orange)[orange text].

Documentation:


In another thread on making an index, I made a filter that supports a nice indexing engine for Typst (in-dexter), the output works well from Scrivener ⇨ Typst:

Styles in Scrivener:
Screenshot 2024-05-15 at 08.26.59

Index in Typst:

3 Likes