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

Metropolis theme - Outline not consistent with beamer theme #81

Open
maucejo opened this issue Sep 19, 2024 · 0 comments
Open

Metropolis theme - Outline not consistent with beamer theme #81

maucejo opened this issue Sep 19, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@maucejo
Copy link

maucejo commented Sep 19, 2024

The pictures and the code given for the metropolis theme don't correspond since the code:

= Outline <touying:hidden>

#outline(title: none, indent: 1em, depth: 1)

gives the correct outline but with slides numbers (see picture below), which is intended but not fit the beamer theme.
image

A very simple workaround would be to include in the init function, the following piece of code:

#show outline.entry: it => {
  block(above: 0pt)[#it.body]
}

Adding these lines produces
image

Cheers !

@OrangeX4 OrangeX4 added the good first issue Good for newcomers label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants