From 356d7253713e7c108645aa10bf9feb279f40e238 Mon Sep 17 00:00:00 2001 From: Ivo Kabadshow Date: Sat, 4 Aug 2018 20:27:11 +0200 Subject: [PATCH] remove no-math fontspec option to avoid option clashes --- beamerthemeJuelich.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beamerthemeJuelich.sty b/beamerthemeJuelich.sty index 3c63408..cd563a0 100644 --- a/beamerthemeJuelich.sty +++ b/beamerthemeJuelich.sty @@ -1,5 +1,5 @@ % Latex-Beamer Template Research Centre Juelich -% version 17.12 +% version 18.08 % please report any problems to i.kabadshow@fz-juelich.de % this version does support pdflatex, xelatex and lualatex % @@ -13,7 +13,7 @@ \ifluatex \RequirePackage{microtype} - \RequirePackage[no-math]{fontspec} + \RequirePackage{fontspec} \setmainfont{LiberationSans} \setsansfont{LiberationSans} \setmonofont{LiberationMono} -- GitLab