我可以仅在一个宏“内部”使用 Asana Math 字体吗\speset,而我的文档默认使用 Stix 字体?
没有 MWE 可以提出...抱歉。
答案1
这是一个简短的 MWE,显示了本地字体的变化。这只是引用了大卫卡莱尔的评论。
\documentclass{article}
\usepackage{unicode-math}
\newfontfamily\am{Asana Math}
\newcommand\speset{\bgroup\am\BbbC\ or \BbbH\egroup}
\begin{document}
C or H
\speset
C or H
\end{document}