Commit a59e86f 1 parent b9085b9 commit a59e86f Copy full SHA for a59e86f
File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ - Load the ` mismath ` package before the ` unicode-math ` package, which is
13
+ recommended according to ` mismath ` 's documentation.
14
+
10
15
## [ v4.3.2] – 2024–08–12
11
16
12
17
### Fixed
Original file line number Diff line number Diff line change 214
214
%
215
215
% \subsection{Font loading}
216
216
%
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
+ %
217
223
% Depending on the engine used by the user,
218
224
% we can use \pkg{fontspec} for loading fonts.
219
225
% \begin{macrocode}
You can’t perform that action at this time.
0 commit comments