-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlib.typ
More file actions
21 lines (20 loc) · 879 Bytes
/
Copy pathlib.typ
File metadata and controls
21 lines (20 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#import "src/utils.typ"
#import "src/structure.typ"
#import "src/miniframes.typ"
#import "src/progressive-outline.typ"
#import "src/transition.typ"
// Export API
#let progressive-outline = progressive-outline.progressive-outline
#let render-miniframes = miniframes.render-miniframes
#let get-structure = miniframes.get-structure
#let get-current-logical-slide-number = miniframes.get-current-logical-slide-number
#let render-transition = transition.render-transition
#let merge-dicts = utils.merge-dicts
#let slide-title = utils.slide-title
#let resolve-body = utils.resolve-body
#let navigator-config = structure.navigator-config
#let get-active-headings = structure.get-active-headings
#let resolve-slide-title = structure.resolve-slide-title
#let format-heading = structure.format-heading
#let find-short-titles = structure.find-short-titles
#let is-role = structure.is-role