Hello Typst

This is a sample blog post written in Typst format.

Introduction

Welcome to new blog system! This post demonstrates how Typst files work.

Basic Math

Here’s an inline equation: 𝑥2+𝑦2=𝑧2

And here’s a display equation:

𝑒𝑥2d𝑥=𝜋

A numbered display equation:

𝑥𝑦=𝑧

Other Features

Code block:

#set: text(fill: red)
#let a = 5
#let b = 10
$a+b=#{a+b}$

Image:

Third party library usage

Figure 1: Precious data

Conclusion

That’s how Typst math rendering works with HTML export!

Related Posts