Skip to content

Commit a59e86f

Browse files
Load mismath before unicode-math
1 parent b9085b9 commit a59e86f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Load the `mismath` package before the `unicode-math` package, which is
13+
recommended according to `mismath`'s documentation.
14+
1015
## [v4.3.2] – 2024–08–12
1116

1217
### Fixed

se2fonts.dtx

+6
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@
214214
%
215215
% \subsection{Font loading}
216216
%
217+
% Load the \pkg{mismath} package, which itself loads \pkg{mathtools} and
218+
% transitively \pkg{amsmath} \emph{before} \pkg{unicode-math}.
219+
% \begin{macrocode}
220+
\RequirePackage{mismath}
221+
% \end{macrocode}
222+
%
217223
% Depending on the engine used by the user,
218224
% we can use \pkg{fontspec} for loading fonts.
219225
% \begin{macrocode}

0 commit comments

Comments
 (0)