Helmholtz-AI-Energy / beamer-template-2024

Beamer template for the 2024 Helmholtz AI style
http://www.helmholtz.ai/
MIT License
4 stars 3 forks source link

math font with serif #5

Closed psteinb closed 2 months ago

psteinb commented 2 months ago

the default in this beamer theme is again a math font sans-serif. This is sometimes hard to read. How would one enable a math font with serifs again? The old theme was capable of doing so.

Markus-Goetz commented 2 months ago

From the old slides deck

% Use standard TeX math font.
%
% Copy or link /path/to/beamerfontthemeserif.sty into theme/, e.g.
%   cd theme
%   ln -s /usr/share/texlive/texmf-dist/tex/latex/beamer/beamerfontthemeserif.sty beamerfontthemeserif.sty
%%\usepackage{lmodern}
%%\usefonttheme[onlymath]{serif}

Should this maybe be reintroduced into the slides.tex file?

psteinb commented 2 months ago

I think that is enough. I am sending a PR.