Touying Sections
Touying maintains its own sections state to record the sections and subsections of slides.
touying-outline
#touying-outline(enum-args: (:), padding: 0pt)
is used to display a simple outline.
Of course, you can now just use #outline(indent: 2em, title: none)
.
touying-final-sections
#states.touying-final-sections(final-sections => ..)
is used to customize the display of the outline.
touying-progress-with-sections
#states.touying-progress-with-sections((current-sections: .., final-sections: .., current-slide-number: .., last-slide-number: ..) => ..)
This is the most powerful one, allowing you to build any complex progress display with its functionalities.