我正在尝试写出以下等式:
\rho = \max \left\{ \frac{|\mathbf{w} \cdot \mathbf{x^{(i)}} + b|}{\|\mathbf{w}\|} \right\}
但 PDF 输出将数学运算符显示\max
为斜体而不是直立。我尝试对\log
和进行同样的\cos
操作,它们的行为完全一样。我在这里做错了什么?
文献类别:回忆录
软件包:pgf、fontspec、graphicx、microtype、unicode-math、amsmath
以下代码在不同的系统中重现了该问题:
\documentclass{memoir}
\usepackage{unicode-math}
\usepackage{amsmath}
\begin{document}
Yay, a dual problem:
\begin{equation}
\max_{\mathbf{\alpha}} \left\{ \sum_{i=1}^m \alpha{(i)} \right\}
\end{equation}
\end{document}
答案1
解决方案:加载amsmath
包前这个unicode-math
包。(我认为这是包的用户指南中提到的unicode-math
......)