有人能告诉我以下代码片段中的脚本 L 出自哪里吗?它不是\mathcal{L}
:
答案1
这mathrsfs
包裹提供\mathscr
脚本数学字母,而不是重新定义\mathcal
:
\documentclass{article}
\usepackage{mathrsfs}% http://ctan.org/pkg/mathrsfs
\begin{document}
$\mathscr{L}u$
\end{document}
还可以考虑阅读 TeX FAQ 中的这个条目:更适合数学的脚本字体。