
答案1
答案2
這是 Sebastiano 答案的附錄,他正確地辨識了字體。然而,我個人總是將它與mathrsfs
包一起加載,因為這種方式\mathcal
保留了其原始定義,並且您可以使用\mathscr{O}
.特別是,您還可以通過 獲得漂亮的拉格朗日 L,\mathscr{L}
而不會失去產生光度(例如)L 的能力\mathcal{L}
。
\documentclass{article}
\usepackage{mathrsfs}
\begin{document}
Using \verb|mathrsfs| to produce
\[\mathscr{O}_X\]
allows us to retain the original definition of \verb|\mathcal|,
\[ \mathscr{O} \quad\mbox{vs.}\quad \mathcal{O}\qquad\mbox{and}\qquad
\mathscr{L} \quad\mbox{vs.}\quad \mathcal{L}\;.\]
\end{document}
答案3
作為附錄,我建議透過 載入額外的數學字母表mathalpha
,如果您使用的是舊版 8 位元字體,它可以提供一致的介面和縮放比例。如果您可以使用現代工具鏈unicode-math
,那就更好了。這為您提供了一個一致的介面來縮放字母並將其加載為\mathscr
或\mathcal
。
文件還mathalpha
附帶了數十個數學字母的樣本供您比較。例如,您可能更喜歡傾斜程度較小的版本,例如rsfso
.