Re: [問題] 在排版數學式時,如何在文字符號下加上下標的文字符號?

看板LaTeX (論文排版)作者時間19年前 (2006/12/09 14:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
※ 引述《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
文章代碼(AID): #15Ub4Y00 (LaTeX)
文章代碼(AID): #15Ub4Y00 (LaTeX)