Tài liệu hội nghị Typst (hai cột)
Bố cục bài viết hội nghị hai cột trong Typst được mô phỏng theo quy trình theo phong cách IEEE.

main.typ
#set document(title: "A Working Title", author: ("First Author",))
#set page(paper: "us-letter", margin: (x: 0.75in, y: 1in))
#set text(size: 10pt)
#set heading(numbering: "I.A.1.")
#set par(justify: true)
#align(center)[
#text(size: 16pt, weight: "bold")[A Working Title for a Conference Paper]
First Author and Second Author
#text(size: 9pt)[Example University, City, Country]
]
#v(1em)
#show: rest => columns(2, gutter: 0.3in, rest)
*Abstract - * Replace with the abstract: problem, approach, evaluation, and
the headline result.
= Introduction
Motivate the problem and list the contributions.
= Method
Display math works across the column:
$ h_t = sigma(W x_t + U h_(t-1) + b) $
= Evaluation
Describe the setup and report results.
= Conclusion
Summarize the contribution.
Trong ứng dụng: mở thư viện Dự án mới, cài đặt gói {nhãn} trong "Nhận thêm mẫu" và mẫu này xuất hiện cùng với bản xem trước trực tiếp và tạo dự án chỉ bằng một cú nhấp chuột. Quá trình biên dịch chạy cục bộ trên công cụ đi kèm.