You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Page arguments management: Instead of using #set page(..), you should use self.page-args to retrieve or set page parameters, thereby avoiding unnecessary creation of new pages.
#pause for sequence content: You can use #pause at the outermost level of a slide, including inline and list.
#pause for layout functions: You can use the composer parameter to add yourself layout function like utils.side-by-side, and simply use multiple pos parameters like #slide[..][..].
Callback-style uncover, only and alternatives: Based on the concise syntax provided by Polylux, allow precise control of the timing for displaying content.
You should manually control the number of subslides using the repeat parameter.
Transparent cover: Enable transparent cover using oop syntax like #let s = (s.methods.enable-transparent-cover)(self: s).
Handout mode: enable handout mode by #let s = (s.methods.enable-handout-mode)(self: s).
Fit-to-width and fit-to-height: Fit-to-width for title in header and fit-to-height for image.