% From mitthesis package
% Documentation: https://ctan.org/pkg/mitthesis

\ProvidesFile{mitthesis-defaultfonts.tex}[2024/09/14 v1.05 Load Computer/Latin Modern text and math fonts]

%% Default fonts
\ifpdftex
	\ClassNoteNoLine{\ClassName}{Loading Computer Modern text and math fonts (default for pdftex)}
	\RequirePackage[T1]{fontenc} % With T1 encoding, pdftex will silently load the cm-super fontset
%   \RequirePackage[]{babel} % load babel (with desired options) if using a language other than English
	\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