如何輸入數學符號 N 2024-6-20 • math-mode 我怎麼才能得到像下面這樣的大N? 答案1 \documentclass{article} \usepackage[textmath, active,tightpage]{preview} % don't use in real document \setlength\PreviewBorder{1em} \begin{document} $\mathcal{N}(x|\mu,\sigma^2)$ \end{document} (另見高斯分佈的符號) 相關內容