feat(syd-plex-latex): uhh
This commit is contained in:
@@ -16,6 +16,8 @@ stdenvNoCC.mkDerivation (final: {
|
|||||||
unicode-math
|
unicode-math
|
||||||
xetex
|
xetex
|
||||||
fontspec
|
fontspec
|
||||||
|
xlxtra
|
||||||
|
realscripts
|
||||||
];
|
];
|
||||||
tlType = "run";
|
tlType = "run";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesPackage{syd-plex}[2014/08/24 Configure IBM Plex fonts]
|
\ProvidesPackage{syd-plex}[2025/12/01 Configure IBM Plex fonts]
|
||||||
|
|
||||||
% Redefine some commands to make unicode-math work lol. See §3.1 of the
|
% Redefine some commands to make unicode-math work lol. See §3.1 of the
|
||||||
% unicode-math manual.
|
% unicode-math manual.
|
||||||
@@ -8,3 +8,6 @@
|
|||||||
\RequirePackage{plex-otf}
|
\RequirePackage{plex-otf}
|
||||||
\setmathfont{IBM Plex Math}
|
\setmathfont{IBM Plex Math}
|
||||||
\setmainfont{IBM Plex Serif}
|
\setmainfont{IBM Plex Serif}
|
||||||
|
|
||||||
|
% Use sans-serif for \operatorname
|
||||||
|
\setoperatorfont\mathsf
|
||||||
|
|||||||
Reference in New Issue
Block a user