pretty sure I accidentally hardcoded edge cases
This commit is contained in:
parent
1f5f70779b
commit
528e1bc5b5
3 changed files with 113 additions and 26 deletions
69
slides.typ
69
slides.typ
|
|
@ -49,16 +49,70 @@
|
|||
)
|
||||
)
|
||||
|
||||
#slide(
|
||||
title: [Test],
|
||||
subtitle: [Test Slide],
|
||||
)[
|
||||
#slide(new-sec: true, title: [Introduction], hide-title: true)[
|
||||
Intro 1
|
||||
|
||||
]
|
||||
|
||||
#slide[
|
||||
Intro 2
|
||||
|
||||
]
|
||||
|
||||
#new-section-slide([Tool Reusability])
|
||||
|
||||
#slide[
|
||||
Rasta 1
|
||||
/*
|
||||
#stack(dir: ltr,
|
||||
scale(40%, reflow: true, get_figure(<tab:rasta-tools>)),
|
||||
scale(55%, reflow: true, get_figure(<tab:rasta-sources>)),
|
||||
)
|
||||
)*/
|
||||
]
|
||||
|
||||
#slide[
|
||||
Rasta 2
|
||||
|
||||
]
|
||||
|
||||
#new-section-slide([Class Shadowing])
|
||||
|
||||
#slide[Shadow 1
|
||||
|
||||
]
|
||||
#slide[Shadow 2
|
||||
|
||||
]
|
||||
#slide[Shadow 3
|
||||
|
||||
]
|
||||
|
||||
#new-section-slide([The Application of Theseus])
|
||||
|
||||
#slide[Th 1
|
||||
|
||||
]
|
||||
#slide[Th 2
|
||||
|
||||
]
|
||||
|
||||
#new-section-slide([Conclusion])
|
||||
|
||||
#slide[Conclusion 1
|
||||
|
||||
]
|
||||
#slide[Conclusion 2
|
||||
|
||||
]
|
||||
|
||||
|
||||
#empty-slide[
|
||||
Questions
|
||||
]
|
||||
|
||||
|
||||
/*
|
||||
|
||||
#slide()[
|
||||
#get_figure(<fig:th-cg-before-after>))
|
||||
]
|
||||
|
|
@ -80,7 +134,6 @@
|
|||
// #toc-slide( title: [Outline] )
|
||||
|
||||
|
||||
#new-section-slide([First section])
|
||||
|
||||
#slide(
|
||||
title: [A slide without subtitle],
|
||||
|
|
@ -120,7 +173,7 @@
|
|||
#empty-slide()[
|
||||
Ending slide
|
||||
]
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
|
@ -135,4 +188,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#pagebreak()
|
||||
#set page(height: auto, margin: 25mm)
|
||||
#bibliography("bibliography.bib")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue