pretty sure I accidentally hardcoded edge cases

This commit is contained in:
Jean-Marie Mineau 2025-10-15 16:57:55 +02:00
parent 1f5f70779b
commit 528e1bc5b5
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 113 additions and 26 deletions

View file

@ -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")