乳胶phi警察

时间:2019-02-10 12:54:55

标签: latex

我正在学习llncs类。我找不到哪个警察用来输出phi符号。所以我需要如何将fontfamily定义为\ phi符号

1 个答案:

答案 0 :(得分:0)

您不需要定义任何特殊字体,\phi可以很好地显示为默认字体。但是请注意,您需要在数学模式下使用它:

\documentclass{llncs}

\begin{document}

$\phi$

\end{document}