We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pictures and the code given for the metropolis theme don't correspond since the code:
metropolis
= 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.
A very simple workaround would be to include in the init function, the following piece of code:
init
#show outline.entry: it => { block(above: 0pt)[#it.body] }
Adding these lines produces
Cheers !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The pictures and the code given for the
metropolis
theme don't correspond since the code:gives the correct outline but with slides numbers (see picture below), which is intended but not fit the beamer theme.
A very simple workaround would be to include in the
init
function, the following piece of code:Adding these lines produces
Cheers !
The text was updated successfully, but these errors were encountered: