我獲得了 TUGlucida
字體,並將它們用於在我的一份文件中進行測試,該文件yhmath
也已加載。
在本文檔中,$\Delta x$
使用了很多,在查看結果後,我也意識到了下面的最小範例所產生的行為:
字元\Delta
顯示為一個巨大的\sqrt
,\Gamma
符號也是如此,\Omega
符號變成\widehat
重音。
更改載入順序(yhmath
首先,然後lucidabr
)將解決問題,但這對於使用載入順序錯誤等的yhmath
套件的人來說不是一個選擇。lucidabr
我的問題更具有普遍性:這個錯誤的映射可以解決嗎?我個人實際上並不需要yhmath
(它只是偶然加載的)
當然,一種選擇是切換到標準字體或其他不與yhmath
.
\documentclass{article}
\usepackage[T1]{fontenc} % Can be omitted, shows the same effect with or without using this
\usepackage{lucidabr}
\usepackage{yhmath}
\begin{document}
\[\Delta x \]
\[\Gamma x \]
\[ \Omega x\]
\end{document}