
如何為 LaTeX 文件建立物理學中使用的 EMF(電動勢)符號?它很像,\varepsilon
但是大寫的。
答案1
這夠接近了嗎?
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[\mathcal{E} \varepsilon \]
\end{document}
如何為 LaTeX 文件建立物理學中使用的 EMF(電動勢)符號?它很像,\varepsilon
但是大寫的。
這夠接近了嗎?
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[\mathcal{E} \varepsilon \]
\end{document}