看板 LaTeX 關於我們 聯絡資訊
※ 引述《zevin.bbs@ptt.cc (王建民衝阿)》之銘言: > 例如說 > lim or max > x-->0 x>0 > 之類的東西 > 我知道lim跟max都有現成的函數指令,可以加上下標 > 可是如果我現在要用的東西沒有函數指令的話 > 我想要自己加下標的文字符號 > 請問該怎麼做呢?? 試試看 amsmath 的 \DeclareMathOperator* macro 如何? \documentclass{article} \usepackage{amsmath} \DeclareMathOperator*{\myfunc}{\ensuremath{myfunc}} \begin{document} \[ \myfunc_{i=1}^{\infty} = \infty \] \end{document} -- ※ Origin: SayYA 資訊站 <bbs.sayya.org> ◆ From: r83h57.res.gatech.edu