summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mitthesis/MIT-thesis-template/fontsets/mitthesis-defaultfonts.tex
blob: 8795eb547e026d784084eb67402aff5a6d81320e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% From mitthesis package
% Documentation: https://ctan.org/pkg/mitthesis

\ProvidesFile{mitthesis-defaultfonts.tex}[2023/09/12 v1.03 Load Computer/Latin Modern text and math fonts]

%% Default fonts
%
\ifpdftex
	\typeout{^^JLoading Computer Modern text and math fonts (default for pdftex).^^J}
	\RequirePackage[T1]{fontenc}
	\RequirePackage{bm}
\else
	\typeout{^^JLoading Latin Modern text and math fonts (default for unicode engines).^^J}
	%
    \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