Stix2 included properly now

This commit is contained in:
2026-01-26 15:21:29 +00:00
parent 6aa1afd652
commit 7a544d6111
11 changed files with 8 additions and 21 deletions

View File

@@ -37,17 +37,12 @@
%% ---------------- Internationalization -----------------------------
% Font setup
% Standardized STIX2 fonts that print well, display on
% e-readers/screens clearly, and have compatible licensing
% requirements
% e-readers/screens clearly, and have compatible licensing requirements
% allows UTF encoding, needed for Icelandic and other accented characters
\RequirePackage{unicode-math}% loads STIX and math unicode characters
% LuaLaTeX/XeLaTeX only!
\RequirePackage{unicode-math}% loads STIX2 and math unicode characters
\setmathfont{STIX Two Math}
\setmainfont{STIX Two Text}[
Extension={.otf},
UprightFont={*-Regular},
BoldFont={*-Bold},
ItalicFont={*-Italic},
BoldItalicFont={*-BoldItalic}]
\setmainfont{STIX Two Text}
%% ---------------- Graphics ------------------------------
\RequirePackage{graphicx}