Skip to content

Commit 9af8dc4

Browse files
authored
Removed: \usepackage[T1]{fontenc}
Obsolete line from when pdflatex was used. This line makes certain characters not render.
1 parent 7a06457 commit 9af8dc4

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)