// Example Typst document #set page(width: 15cm, height: 20cm, margin: 2cm) #set text(font: "Noto Sans", size: 12pt) = Introduction to Typst This is a simple example document created with Typst, a modern markup-based typesetting system. == Features Typst offers several advantages: - #lorem(10) - Mathematical typesetting: $f(x) = x^2$ - #list( , "Fast processing" , "Template system" , "Symbol collections" ) == Code Example Here's how to include code: ```typst = Title Lorem ipsum #lorem(50) ``` = Conclusion Typst provides a modern alternative to LaTeX for document creation with a simpler syntax and fast compilation.