diff options
-rw-r--r-- | pracamgr.cls | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/pracamgr.cls b/pracamgr.cls index 6666254..e45c525 100644 --- a/pracamgr.cls +++ b/pracamgr.cls @@ -17,13 +17,10 @@ \ExecuteOptions{pl} \ProcessOptions\relax -\ifmyclass@en - \RequirePackage[english]{babel} - \RequirePackage[T1]{fontenc} -\else - \RequirePackage[polish]{babel} - \RequirePackage[T1]{fontenc} -\fi +\RequirePackage[english]{babel} +% This previously had the [T1] option, not sure what it's for but removing it +% fixes Polish characters throughout the document. +\RequirePackage{fontenc} \RequirePackage[utf8]{inputenc} \def\@baseclass{report} |