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

Is there a way to create a button with some hyperlink to another slide? #183

Open
rgriva opened this issue Sep 11, 2024 · 1 comment
Open

Comments

@rgriva
Copy link

rgriva commented Sep 11, 2024

I have recently started using Polylux. Right now, I'm using the simple theme to get a first presentation done. I would like to have hyperlinks inside buttons I can click and go back and forth when presenting. This is useful when there is extra material the audience may want to see but you won't displayed it by default.

In Beamer, it would be something like
\hyperlink{label_of_target_frame}{\beamerbutton{Text for the button}}

Is there a simple way to accomplish that?

@TS53
Copy link

TS53 commented Oct 24, 2024

I think the following is the best you can get:

The link on the second page should bring us here.<1>

#pagebreak()

#link(<1>)[This is a link to the first page]

You can create your own "button":

The link on the second page should bring us here.<1>

#pagebreak()

#link(<1>)[#ellipse[
  #set align(center)
This is a link \
to the first page
]]

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

2 participants