- Notifications
You must be signed in to change notification settings - Fork60
A package for creating slides in Typst
License
polylux-typ/polylux
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a package for creating presentation slides inTypst.Read thebook to learn allabout it and clickhereto see what's new!
If you like it, considergiving a star on GitHub!
For the bare-bones, do-it-yourself experience, all you need is:
// Get Polylux from the official package repository#import"@preview/polylux:0.4.0": *// Make the paper dimensions fit for a presentation and the text larger#setpage(paper:"presentation-16-9")#settext(size:25pt,font:"Lato")// Use #slide to create a slide and style it using your favourite Typst functions#slide[#setalign(horizon) =Very minimalist slides A lazy author July 23, 2023]#slide[ ==First slide Some static text on this slide.]#slide[ ==This slide changes! You can always see this.// Make use of features like #uncover, #only, and others to create dynamic content#uncover(2)[But this appears later!]]
This code produces these PDF pages:
From there, you can either start creatively adapting the looks to your likingsor you directly start by using atemplate.The simplest one of them is called"basic".It is still very unintrusive but gives you some sensible defaults.
For dynamic content, Polylux also providesa convenient API for complexoverlays.
If you usepdfpc to display your slides, you canrely onPolylux' support for itand create speaker notes, hide slides, configure the timer and more!
Visit thebookfor more details or take a look at thedemo PDFwhere you can see the features of this template in action.
⚠ This package is under active development and there are no backwardscompatibility guarantees!
Various people have contributed to this package and I will certainly forgetsomeone here, but amongst others I would like to thank@rmburg,@drupol,@Enivex,@MarkBlyth,@ntjess,@JuliusFreudenberger, and@fncnt (who came up with the namePolylux).
About
A package for creating slides in Typst