我正在尝试在 LuaLaTeX 文档中使用旧式数字。我的主要字体是“Cambria”,我不想更改它。
正如您在这张图片(第 2 行)中看到的,字体发生了变化。如果使用该\oldstylenums
命令,我不希望发生这种变化。奇怪的是,普通文本使用正确的数字。我如何才能轻松更改该命令的样式?
\documentclass{article}
\usepackage{fontspec}
\usepackage[math-style=ISO,bold-style=ISO]{unicode-math}%
\usepackage{MnSymbol}%
\setmainfont[Numbers={OldStyle,Proportional}]{Cambria}%
\setsansfont{Calibri}%
\setmonofont{Consolas}%
\setmathfont[range={it,sfit}]{Cambria Italic}%
\setmathfont[range={bfit,bfsfit}]{Cambria Bold Italic}%
\setmathfont{Cambria Math}%
\begin{document}
\section{This should have an old-style figure}
This is a text containing some figures: 123456. They should be old-style and not lining. This is specifically old-style: \oldstylenums{123456}. And this is lining: \liningnums{123456}. And in math it shall be lining: \( 123456\)
\end{document}
更新:正如您在下图中看到的,该文档中使用了普通的 LaTeX 字体,但这种字体不应该出现在那里。