polylux
polylux copied to clipboard
A package for creating slides in Typst
Attempting to deal with a similar use case as #157, though with some additional functionality, could it be possible to use polylux animations with `cetz` drawings (related discussion on [cetz...
Right now, the only way to include speaker notes for the title page is to add them to the `extra` field. I found this to be quite unintuitive. My first...
I have two tables that I show side-by-side. However, they are not top aligned. Since they have different height, the final slide doesn't look good IMO. I am using Metropolis.
```typst #slide[ #one-by-one[ One#footnote[Numbering starts at 1.] ][ footnote numbering increases... ] ] ``` With each subslide, the footnote numbering increments. Typst's footnote documentation says the following: > By default,...
I am using the metropolis theme, and I found no obvious way to achieve these by looking at the docs.
Hey, when trying to use [`#align`](https://typst.app/docs/reference/layout/alignment/) in the university theme like this: ```typst #import "@preview/polylux:0.3.1": * #import themes.university: * #show: university-theme.with() #slide(title: [Title])[ #align(bottom)[ Demo text ] ] ``` The...
First, thanks for this great library! Currently, `#alternatives` always lays out elements as inline elements (wrapping them in a `box`). This change adds a mode where `alternatives` can lay elements...
Thank you for the amazing package! I would like to take up the idea/feature request proposed in issue https://github.com/andreasKroepelin/polylux/issues/52. Currently with my LaTeX slides, I also use the beamer option...
```typst #slide(title: "ECDSA: corectness proof")[ #line-by-line()[ + $С = u_1 times G + u_2 times Q$ + $С = u_1 times G + u_2 d times G$ + $С =...
Hi, Does anyone have any idea how to implement a sidebar like one in [Beamer Hannover theme](https://deic.uab.cat/~iblanes/beamer_gallery/individual/Hannover-default-default.html)?  Also, I had to modify the theme in order to show only...