伽瑪函數上的上標 2024-6-18 • header-footer superscripts 我不知道如何重寫如圖所示的伽瑪函數。我想在Gamma函數上面寫(1)(2)(3) 答案1 您可以使用\overset,但需要進行一些小修正: \documentclass{article} \usepackage{amsmath} \newcommand{\iGamma}[1]{\overset{\scriptscriptstyle(#1)}{\Gamma}} \begin{document} \[ \iGamma{1} \] \end{document} 相關內容