看板LaTeX
标 题Re: [问题] description environment的缩排?
发信站KKCITY (Mon Jan 15 13:25:41 2007)
转信站ptt!ctu-reader!ctu-gate!news.nctu!news.ntu!news.au!zoonews.ee.ntu!news
> \begin{description}
> \item [item 1] 1111111111111111111
> \item [item 2] 222222222222222222222
> \item [item 3] 333333333
> \end{description}
> 我希望能调整每个 item 後的说明文字在第2行时不会缩排, 如下:
> item 1 11111111.....
> 111111111
> item 2 22222222222.......
> 22222222
> 但不知道要用什麽指令or方法可以达到呢?
\makeatletter
\renewenvironment{description}
{\list{}{\leftmargin\z@ \labelwidth\z@ \itemindent-\leftmargin
\let\makelabel\descriptionlabel}}
{\endlist}
\makeatother
参见 http://0rz.tw/bd2jD
--
┌─────◆KKCITY◆─────┐ KK免/费/拨/接 ◤
│ bbs.kkcity.com.tw │▏电话(1):449◤1999 电话(2):4058-6000
└──《From:140.129.151.113
》──┘▏帐号:kkcity 密码:kkcity
--