Skip to content
Discussion options

You must be logged in to vote

I believe this is working

fontsize variable will be put in \document[24pt]{beamer} and this is the expected way. See this doc: https://latex-beamer.com/tutorials/beamer-font/#Font-size

Taking their example, try this doc:

---
title: "Beamer font test"
format:
  beamer:
    fontsize: "24pt"
keep-tex: true
---

## Font size in Beamer (default)

\tiny This is tiny font size  
\scriptsize This is scriptsize font size  
\footnotesize This is footnotesize font size  
\small This is small font size  
\normalsize This is normalsize font size  
\large This is large font size  
\Large This is Large font size  
\LARGE This is LARGE font size  
\huge This is huge font size  
\Huge This is Huge font si…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@maxdrohde
Comment options

Answer selected by maxdrohde
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants