我喜欢 XeLaTeX 的一些东西
$a≠b$ ⇔ $ a⊧a↑Ω$
以前我一直使用 DejaVu 字体和 Asana-Math 进行 unicode-math 计算。但今天我必须获得与 LaTeX 的视觉兼容性。所以我安装了 Computer Modern Unicode,一切都很顺利,但像上面那样的想法在非数学模式下不会显示。
是的,我知道,Computer Modern 已经不再是现代的了。所以我的问题是——有没有其他字体,看起来接近并且保留了 unicode 的功能?
编辑:可能我做得不够干净。我可以在数学模式下使用 unicode 箭头。我可以在正常模式下使用 DejaVu 做到这一点,但不能在 Modern Computer 上做到这一点。
答案1
用作Latin Modern Math
数学字体。
例子:
\documentclass{article}
\usepackage{unicode-math}
\setmathfont{Latin Modern Math}
\begin{document}
$a≠b ⇔ a⊨a↑Ω$
\end{document}