enlarged normalsize to 23pt

This commit is contained in:
Hedongliang Liu 2025-10-23 18:06:04 +02:00 committed by Andrej Rode
parent bf252a29ff
commit 31dd761e61

View File

@ -76,23 +76,28 @@
\ProcessOptions\relax \ProcessOptions\relax
% The standard font sizes are: % The standard font sizes are:
% % default | if adjusted, to
% \tiny = 10pt % \tiny = 10pt | 12pt
% \scriptsize = 11pt % \scriptsize = 11pt | 14pt
% \footnotesize = 12pt % \footnotesize = 12pt | 16pt
% \small = 14pt % \small = 14pt | 20pt
% \normalsize = 17pt % \normalsize = 17pt | 23pt
% \large = 20pt % \large = 20pt | 25pt
% \Large = 25pt % \Large = 25pt | 28pt
% \LARGE = 30pt % \LARGE = 30pt |
% \huge = 36pt % \huge = 36pt |
% \Huge = 48pt % \Huge = 48pt |
% \HUGE = 60pt % \HUGE = 60pt |
% %
% onlytextwidth allows columns to appear only within the margins. % onlytextwidth allows columns to appear only within the margins.
\LoadClass[17pt,utf8,onlytextwidth]{beamer} \LoadClass[17pt,utf8,onlytextwidth]{beamer}
% \renewcommand{\normalsize}{20pt} \renewcommand{\tiny}{\fontsize{12pt}{15pt}\selectfont}
\renewcommand{\normalsize}{\fontsize{18pt}{24pt}\selectfont} \renewcommand{\scriptsize}{\fontsize{14pt}{17pt}\selectfont}
\renewcommand{\footnotesize}{\fontsize{16pt}{19pt}\selectfont}
\renewcommand{\small}{\fontsize{20pt}{24pt}\selectfont}
\renewcommand{\normalsize}{\fontsize{23pt}{28pt}\selectfont}
\renewcommand{\large}{\fontsize{25pt}{30pt}\selectfont}
\renewcommand{\Large}{\fontsize{28pt}{33pt}\selectfont}
% If German language is used, the babel package is required. % If German language is used, the babel package is required.
% For English, it is not required, but it ensures consistent hyphenation and date formats. % For English, it is not required, but it ensures consistent hyphenation and date formats.
\ifgerman \ifgerman