看板LaTeX
標 題Re: [問題] 在排版數學式時,如何在文字符號下加上下標的文字符號?
發信站SayYA 資訊站 (Sat Dec 9 13:20:43 2006)
轉信站ptt!ctu-reader!news.nctu!SayYa
※ 引述《[email protected] (王建民衝阿)》之銘言:
> 例如說
> 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