From 9bdc4e79c0138bf188e3784385e585430d9327ec Mon Sep 17 00:00:00 2001 From: Steve Schmerler Date: Wed, 23 Feb 2022 22:34:18 +0100 Subject: [PATCH] talk: fix font when using xelatex Need to \usepackage{lmodern} --- talk/main.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/talk/main.tex b/talk/main.tex index 5f90b58..2c20926 100644 --- a/talk/main.tex +++ b/talk/main.tex @@ -68,6 +68,10 @@ \setbeamertemplate{navigation symbols}{} \setbeamertemplate{caption}{\insertcaption} +% For xelatex: force nice standard CMR font +\usepackage{lmodern} + +% No standard beamer font, thank you very much \usefonttheme{serif}