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

Font size itemize #1

Closed
fschoner opened this issue Sep 27, 2021 · 1 comment
Closed

Font size itemize #1

fschoner opened this issue Sep 27, 2021 · 1 comment

Comments

@fschoner
Copy link

fschoner commented Sep 27, 2021

Hi Kyle,

thanks a lot for the nice template.

For some reason I'm unable to change the fontsize for the itemize environment. I've changed the preamble to

%% itemize
\setbeamercolor{itemize item}{fg = accent!70!white}

% here is the only change
\setbeamerfont{itemize item}{size = \Huge}

\setbeamertemplate{itemize item}[circle]

\setbeamercolor{itemize subitem}{fg = accent!70!white}
\setbeamerfont{itemize subitem}{size = \small}
\setbeamertemplate{itemize subitem}[square]

\setbeamertemplate{itemize subsubitem}[square]
\setbeamercolor{itemize subsubitem}{fg = jet}
\setbeamerfont{itemize subsubitem}{size = \small}

but the only thing that changes is that the circle gets larger, not the font size. Any suggestions?

@kylebutts
Copy link
Owner

\setbeamerfont{itemize item} adjusts the font of the bullet, so you've correctly identified the problem. Two options for you:

  1. You can change the environment one at a time by {\Huge \begin{itemize} ... \end{itemize}}

  2. Put this in the preamble \setbeamertemplate{itemize/enumerate body begin}{\Huge}

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