Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A package for creating slides in Typst

License

NotificationsYou must be signed in to change notification settings

polylux-typ/polylux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Polylux

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!

Book badgeGitHubGitHub release (latest by date)GitHub Repo starsDemo badgeTemplates badge

Quickstart

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:minimal example

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!

Acknowledgements

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).


[8]ページ先頭

©2009-2025 Movatter.jp