summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mitthesis/fontsets/mitthesis-libertine.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/mitthesis/fontsets/mitthesis-libertine.tex')
-rw-r--r--Master/texmf-dist/tex/latex/mitthesis/fontsets/mitthesis-libertine.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/mitthesis/fontsets/mitthesis-libertine.tex b/Master/texmf-dist/tex/latex/mitthesis/fontsets/mitthesis-libertine.tex
index 81d33bff727..12e2a80ef63 100644
--- a/Master/texmf-dist/tex/latex/mitthesis/fontsets/mitthesis-libertine.tex
+++ b/Master/texmf-dist/tex/latex/mitthesis/fontsets/mitthesis-libertine.tex
@@ -1,5 +1,5 @@
% From mitthesis package
-% Version: 1.00, 2023/06/17
+% Version: 1.01, 2023/07/03
% Documentation: https://ctan.org/pkg/mitthesis
%% Linux Libertine (serif) text font with newtxmath[libertine] (pdftex) or Libertinus (unicode) math font
@@ -10,16 +10,16 @@
%
\ifpdftex
\typeout{^^JLoading newtx-libertine text and math fonts with insolata typewriter font^^J}
- \usepackage[lining,semibold]{libertine}
- \usepackage[T1]{fontenc}
- \usepackage[varqu,varl]{inconsolata}% typewriter
+ \RequirePackage[lining,semibold]{libertine}
+ \RequirePackage[T1]{fontenc}
+ \RequirePackage[varqu,varl]{inconsolata}% typewriter
% \usepackage{amsthm}% must be loaded before newtxmath
- \usepackage[libertine,vvarbb]{newtxmath}
- \usepackage{bm}% load after all math to give access to bold math
+ \RequirePackage[libertine,vvarbb]{newtxmath}
+ \RequirePackage{bm}% load after all math to give access to bold math
\else
\typeout{^^JLoading Linux Libertine (serif) text font with Libertinus math font^^J}
%
- \usepackage[warnings-off={mathtools-colon,mathtools-overbracket}]{unicode-math}
+ \RequirePackage[warnings-off={mathtools-colon,mathtools-overbracket}]{unicode-math}
% suppress tiresome warnings about lack of integration between mathtools and unicode-math
% unicode math loads the fontspec package
%