Skip to content
New issue

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

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

Already on GitHub? # to your account

Switch sectionpage and subsectionpage to standout mode #390

Open
paulduf opened this issue Nov 16, 2022 · 1 comment
Open

Switch sectionpage and subsectionpage to standout mode #390

paulduf opened this issue Nov 16, 2022 · 1 comment

Comments

@paulduf
Copy link

paulduf commented Nov 16, 2022

Hello,

First, thanks for this great theme.
After reading the doc, I did not see any option to get section and subsection pages in standout.
I'd like to do so because (i) I think there is too much white on those slides, and (ii) it would help the attendees to notice the change in a subsection. Do you think it is a reasonable idea?

I tried to play around with the subsection page template, but it does not work as expected, as I don't know very well the beamer framework. I guess it's not so hard to do, but can someone show me the proper way of doing it?

Many thanks

@ErickChacon
Copy link

The following works for me.

\AtBeginSection[]
{
  \setbeamercolor{section title}{fg=white}
  \begin{frame}[standout]
    \sectionpage
  \end{frame}
  \setbeamercolor{section title}{fg=black}
}

I need to change the font color for the section title to differentiate from the background.

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

No branches or pull requests

2 participants