這裡
\documentclass{article}
\usepackage{fontspec}
\usepackage{unicode-math} % luatex
\setmainfont{EB Garamond}
\setmathfont{Garamond Math}
\begin{document}
Test \(\mathrm{Df'_2}\).
\end{document}
prime 距離 f 太近。我認為這是 Garamond Math 中的一個錯誤。修復它的正確方法是什麼? (我更喜歡不需要每次都輸入不同內容的方法。)
(Df'_2 是定義的名稱。 Df
因此應將其排版為普通文本,而不是使用 產生的額外間距\symup
。)