mirror of
https://github.com/typst/typst
synced 2025-05-20 20:15:29 +08:00
16 lines
244 B
Typst
16 lines
244 B
Typst
#set par(first-line-indent: 1.5em)
|
|
#set heading(numbering: "1.1.a.")
|
|
#show outline.entry.where(level: 1): it => {
|
|
v(0.5em, weak: true)
|
|
strong(it)
|
|
}
|
|
|
|
#outline()
|
|
|
|
= Introduction
|
|
= Background
|
|
== History
|
|
== State of the Art
|
|
= Analysis
|
|
== Setup
|