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

pull/30/head
Holger Dell 2021-09-19 18:14:33 +02:00 committed by Bastian Rieck
parent f39b7644d8
commit b775b301fe
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