Skip to content

Commit

Permalink
talk: fix font when using xelatex
Browse files Browse the repository at this point in the history
Need to \usepackage{lmodern}
  • Loading branch information
elcorto committed Feb 23, 2022
1 parent 3903f47 commit 9bdc4e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions talk/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}


Expand Down

0 comments on commit 9bdc4e7

Please sign in to comment.