feat(emacs): configure plex in a package

This commit is contained in:
2025-11-22 02:04:44 -07:00
parent 9a49230095
commit 822d857ba9
3 changed files with 46 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{syd-plex}[2014/08/24 Configure IBM Plex fonts]
Example LaTeX package
% Redefine some commands to make unicode-math work lol. See §3.1 of the
% unicode-math manual.
\renewcommand*{\mathrm}[1]{\symup{#1}}
\RequirePackage{plex-otf}
\setmathfont{IBM Plex Math}
\setmainfont{IBM Plex Serif}