Skip to content

Commit

Permalink
Merge pull request #190 from rmburg/hide-list-markers
Browse files Browse the repository at this point in the history
Hide list markers and enum numbers
  • Loading branch information
andreasKroepelin authored Jan 19, 2025
2 parents 1f5ef2b + 91c6f50 commit 3bbaaa1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions logic.typ
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,15 @@

pdfpc-slide-markers(1)

// Workaround for typst showing list ticks and enum numbers when it should not.
// See https://github.com/andreasKroepelin/polylux/issues/186
show hide: it => {
set list(marker: none)
set enum(numbering: n => none)

it
}

body

subslide.step()
Expand Down

0 comments on commit 3bbaaa1

Please sign in to comment.