diff --git a/Fonts/STIXTwoMath-Regular.otf b/Fonts/STIXTwoMath-Regular.otf deleted file mode 100644 index 29aa3b9..0000000 Binary files a/Fonts/STIXTwoMath-Regular.otf and /dev/null differ diff --git a/Fonts/STIXTwoText-Bold.otf b/Fonts/STIXTwoText-Bold.otf deleted file mode 100644 index e617a64..0000000 Binary files a/Fonts/STIXTwoText-Bold.otf and /dev/null differ diff --git a/Fonts/STIXTwoText-BoldItalic.otf b/Fonts/STIXTwoText-BoldItalic.otf deleted file mode 100644 index a64f1a9..0000000 Binary files a/Fonts/STIXTwoText-BoldItalic.otf and /dev/null differ diff --git a/Fonts/STIXTwoText-Italic.otf b/Fonts/STIXTwoText-Italic.otf deleted file mode 100644 index 1959929..0000000 Binary files a/Fonts/STIXTwoText-Italic.otf and /dev/null differ diff --git a/Fonts/STIXTwoText-Medium.otf b/Fonts/STIXTwoText-Medium.otf deleted file mode 100644 index f11e255..0000000 Binary files a/Fonts/STIXTwoText-Medium.otf and /dev/null differ diff --git a/Fonts/STIXTwoText-MediumItalic.otf b/Fonts/STIXTwoText-MediumItalic.otf deleted file mode 100644 index 45193a1..0000000 Binary files a/Fonts/STIXTwoText-MediumItalic.otf and /dev/null differ diff --git a/Fonts/STIXTwoText-Regular.otf b/Fonts/STIXTwoText-Regular.otf deleted file mode 100644 index 630bf71..0000000 Binary files a/Fonts/STIXTwoText-Regular.otf and /dev/null differ diff --git a/Fonts/STIXTwoText-SemiBold.otf b/Fonts/STIXTwoText-SemiBold.otf deleted file mode 100644 index 9166639..0000000 Binary files a/Fonts/STIXTwoText-SemiBold.otf and /dev/null differ diff --git a/Fonts/STIXTwoText-SemiBoldItalic.otf b/Fonts/STIXTwoText-SemiBoldItalic.otf deleted file mode 100644 index 31001e6..0000000 Binary files a/Fonts/STIXTwoText-SemiBoldItalic.otf and /dev/null differ diff --git a/rudissertation.sty b/rudissertation.sty index 5ca2962..5c9dcc0 100644 --- a/rudissertation.sty +++ b/rudissertation.sty @@ -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} diff --git a/ruthesis.sty b/ruthesis.sty index 2987bb8..d31fc76 100644 --- a/ruthesis.sty +++ b/ruthesis.sty @@ -37,20 +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{fontspec} -\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{STIXTwoText}[ -Path={./Fonts/}, -Extension={.otf}, -UprightFont={*-Regular}, -BoldFont={*-Bold}, -ItalicFont={*-Italic}, -BoldItalicFont={*-BoldItalic}] +\setmainfont{STIX Two Text} %% ---------------- Page and Margin Sizes ----------------------------- \setxlvchars{}\setlxvchars{} \pageaiv{}