m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/pracamgr.cls
diff options
context:
space:
mode:
Diffstat (limited to 'pracamgr.cls')
-rw-r--r--pracamgr.cls11
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}