Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create more than 10 alternatives #173

Open
benruijl opened this issue Jun 12, 2024 · 2 comments
Open

Cannot create more than 10 alternatives #173

benruijl opened this issue Jun 12, 2024 · 2 comments

Comments

@benruijl
Copy link

Showing more than 10 alternatives does not work:

#slide(title: "Test")[
    #alternatives[1][2][3][4][5][6][7][8][9][10][11]
]

will only generate slides from 1 up to 10.

Setting max-repetitions does not make the 11 appear:

#slide(title: "Test")[
     #polylux-slide(max-repetitions: 15)[
        #alternatives[1][2][3][4][5][6][7][8][9][10][11]
     ]
]
@andreasKroepelin
Copy link
Collaborator

This should be fixed on the main branch. Reminding me of how long there hasn't been a release 🫣

@TheZoq2
Copy link

TheZoq2 commented Aug 29, 2024

I trigger this regularly, could we perhaps get a release so I don't have to depend on a git version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants