Section 4.41 Slides
Slideshows may be authored in PreTeXt by using the following tags.
-
slideshowreplaces the usualarticleorbooktag to let PreTeXt know you are authoring a set of slides. As usual, you may then define yourtitle,subtitle, andfrontmatter. -
Similar to articles, your content should be organized into several
sections. -
And within each section, a
sliderepresents a full screen of information. Within a slide, you may author PreTeXt content as usual, such as paragraphs (p), lists (ul), and so on. -
Several elements support setting the
@pauseattribute to the valueyesto allow stepping through parts of a slide (e.g. it inserts a Beamer\pause).
A minimal working example may be found in the Examples folder of the PreTeXt repo on GitHub. See publishing details for various outputs in Chapter 34.
