% From mitthesis package % Documentation: https://ctan.org/pkg/mitthesis \ProvidesFile{mitthesis-lmodern.tex}[2024/10/23 v1.00 Load Latin Modern text and math fonts] %% Default fonts \ifpdftex \ClassNoteNoLine{\ClassName}{Loading Latin Modern text and math fonts} \RequirePackage[T1]{fontenc} % \RequirePackage[]{babel} % load babel (with desired options) if using a language other than English \RequirePackage{lmodern} \RequirePackage{bm} \else \ClassNoteNoLine{\ClassName}{Loading Latin Modern text and math fonts (default for unicode engines)} % % \RequirePackage[]{babel} % load babel (with desired options) if using a language other than English \RequirePackage[warnings-off={mathtools-colon,mathtools-overbracket}]{unicode-math} % suppress tiresome warnings about lack of integration between mathtools and unicode-math. % Unicode-math loads fontspec package, but default fonts are not selected by fontspec in this case. \fi