diff options
Diffstat (limited to 'macros/latex/contrib/mitthesis/MIT-thesis-template/fontsets/mitthesis-termes-stix2.tex')
-rw-r--r-- | macros/latex/contrib/mitthesis/MIT-thesis-template/fontsets/mitthesis-termes-stix2.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/macros/latex/contrib/mitthesis/MIT-thesis-template/fontsets/mitthesis-termes-stix2.tex b/macros/latex/contrib/mitthesis/MIT-thesis-template/fontsets/mitthesis-termes-stix2.tex index 1e65724cc0..3763822405 100644 --- a/macros/latex/contrib/mitthesis/MIT-thesis-template/fontsets/mitthesis-termes-stix2.tex +++ b/macros/latex/contrib/mitthesis/MIT-thesis-template/fontsets/mitthesis-termes-stix2.tex @@ -1,7 +1,7 @@ % From mitthesis package % Documentation: https://ctan.org/pkg/mitthesis -\ProvidesFile{mitthesis-termes-stix2.tex}[2023/09/12 v1.03 Load TeX Gyre Termes text font with STIX2 math font, Heros sans serif font, and Inconsolata monospaced font] +\ProvidesFile{mitthesis-termes-stix2.tex}[2024/10/12 v1.06 Load TeX Gyre Termes text font with STIX2 math font, Heros sans serif font, and Inconsolata monospaced font] %% TeX Gyre Termes text font and Heros sans serif font with STIX2 math font and Inconsolata monospaced font % @@ -12,11 +12,11 @@ % Install these as system fonts on your computer % \ifpdftex - \ClassWarning{mitnewthesis}{The termes-stix2 fontset requires a unicode engine. Defaulting to CMR fonts.} + \ClassError{\ClassName}{The termes-stix2 fontset requires a unicode engine. Defaulting to CMR fonts}{To use the class option [fontset=termes-stix2], use a unicode engine such as LuaLaTeX.} \RequirePackage[T1]{fontenc} \RequirePackage{bm} \else - \typeout{^^JLoading TeX Gyre Termes text font with STIX2 math font, Heros sans serif font, and Inconsolata monospaced font.^^J} + \ClassNoteNoLine{\ClassName}{Loading TeX Gyre Termes text font with STIX2 math font, Heros sans serif font, and Inconsolata monospaced font} % \RequirePackage[warnings-off={mathtools-colon,mathtools-overbracket}]{unicode-math} % suppress tiresome warnings about lack of integration between mathtools and unicode-math @@ -43,7 +43,7 @@ Scale=0.91,% same as for newtx; former value 0.9 too small 2022/01/15 ] \setmonofont{Inconsolatazi4}[% This otf font ships with the LaTeX Inconsolata package (it's in TeX Live) - Scale=1.05,% rescaled from 1, 22/03/10 + Scale=1,% reset to 1, 2024/10/12 %1.03,% rescaled from 1, 22/03/10 Extension = .otf, UprightFont = *-Regular, ItalicFont = *-Regular,% has no italic face @@ -54,7 +54,7 @@ \setmathfont{STIXTwoMath-Regular}[% nice glyphs, but \mkern sometimes needed %% https://github.com/stipub/stixfonts Scale=MatchUppercase, Extension = .otf, - BoldFont = *,% STIX Two Math has no bold face +% BoldFont = *,% STIX Two Math has no bold face % Color=NavyBlue, RawFeature = {+ss01, -ss02, -ss08}, ] |