From 7e4469edde689b8cb62fb64365e2fb3131501e60 Mon Sep 17 00:00:00 2001 From: Holger Dell Date: Sun, 19 Sep 2021 18:14:33 +0200 Subject: [PATCH] fix: Without fontenc, \th is unavailable in pdflatex, causing error. --- mimosis.cls | 1 + 1 file changed, 1 insertion(+) diff --git a/mimosis.cls b/mimosis.cls index 5016895..964f6cd 100644 --- a/mimosis.cls +++ b/mimosis.cls @@ -33,6 +33,7 @@ \ifxetexorluatex \RequirePackage{fontspec} \else + \RequirePackage[T1]{fontenc} \RequirePackage[utf8]{inputenc} \fi