diff --git a/template_phd.cls b/template_phd.cls index bbbb8a0e48115fd77d4270a0f707bd49ec6adda7..491bfbe594ab6130beced9c712f9c2f51e435866 100644 --- a/template_phd.cls +++ b/template_phd.cls @@ -42,7 +42,6 @@ \RequirePackage[table,usenames,dvipsnames]{xcolor} \RequirePackage{listings} \RequirePackage{soul} -\RequirePackage{amsmath} \RequirePackage{amssymb} \RequirePackage{amsthm} \RequirePackage{centernot} @@ -52,6 +51,9 @@ \RequirePackage{rotating} \RequirePackage{enumitem} % This and line below: tighter itemizes \setlist[itemize]{noitemsep, topsep=0pt} +% Nice fonts for text and code (active by default) +\usepackage{newpxtext,newpxmath} +\usepackage{inconsolata} \onehalfspacing{}