书法小写拉丁字母和希腊字母的命令

书法小写拉丁字母和希腊字母的命令

我想知道是否calligraphic type存在支持数学环境中希腊文和拉丁文(小写)字符的命令。假设我有:

    \documentclass{article}
\usepackage{mathtools}
\begin{document}
$\phi=3x+5$
\end{document}

那么,我该如何\phi使用书法字体来呈现呢?

相关内容