Skip to content

Commit 61d1d0d

Browse files
authored
Merge pull request #71 from lambda-feedback/CarkHT-patch-1
Removed: \usepackage[T1]{fontenc}
2 parents 7a06457 + 9af8dc4 commit 61d1d0d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/template.latex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,8 @@ $endif$
260260

261261

262262
\usepackage[a4paper,top=2cm,bottom=2cm,left=2cm,right=2cm]{geometry}%
263-
\usepackage{lmodern}% font style must be sans serif to
264-
\renewcommand*\familydefault{\sfdefault}% comply with the college's regulations
265-
\usepackage[T1]{fontenc}% with respect to disabilities!
263+
\usepackage{lmodern}% font style must be sans serif to comply with
264+
\renewcommand*\familydefault{\sfdefault}% the college's regulations with respect to disabilities!
266265

267266

268267
\begin{document}

0 commit comments

Comments
 (0)