Typst Document ExampleThis is an example of a Typst document integrated with Astro.Mathematical TypesettingTypst excels at mathematical typesetting. Here’s the quadratic formula:𝑥=−𝑏±√𝑏2−4𝑎𝑐2𝑎Advanced EquationsMaxwell’s equations in differential form:∇⋅𝑬=𝜌𝜀0∇⋅𝑩=0∇×𝑬=−𝜕𝑩𝜕𝑡∇×𝑩=𝜇0𝑱+𝜇0𝜀0𝜕𝑬𝜕𝑡Code BlocksTypst also supports code blocks with syntax highlighting:fn main() { println!("Hello from Typst!"); let x = 42;}TablesLanguageType SystemYearRustStatic2010TypeScriptStatic2012PythonDynamic1991Lists and Organization•First item‣Nested item A‣Nested item B•Second item•Third item1.Numbered item 12.Numbered item 21.Nested 2.12.Nested 2.23.Numbered item 31ConclusionTypst provides a modern alternative to LaTeX with a more intuitive syntax and faster compilationtimes.2