fix: Without fontenc, \th is unavailable in pdflatex, causing error.

pull/23/head
Holger Dell 2021-09-19 18:14:33 +02:00
parent f39b7644d8
commit 078943e650
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
\ifxetexorluatex
\RequirePackage{fontspec}
\else
\RequirePackage[T1]{fontenc}
\RequirePackage[utf8]{inputenc}
\fi