Re: [問題] 請問如何在table內對內容做編號

看板LaTeX (論文排版)作者 (gogo)時間16年前 (2009/04/24 16:17), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串2/2 (看更多)
※ 引述《Miseryz (小囉嘍)》之銘言: : 請問要如何對table內的內文做編號? : 想要做出像下列的結果: : _______________________ : | |1. ccc1 : a | b |2. ccc2 : | |3. ccc3 : _______|_______|_______ minipage 是你的好朋友 \documentclass{article} \usepackage{longtable} \begin{document} \begin{longtable}[htpb]{c|c|p{250pt}} a &b & \begin{minipage}{\textwidth} \begin{enumerate} \item ccc1 \item ccc2 \item ccc3 \end{enumerate} \end{minipage} \end{longtable} \end{document} -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.115.52.210

04/28 21:10, , 1F
解決了!感恩~
04/28 21:10, 1F
文章代碼(AID): #19yNMPIQ (LaTeX)
文章代碼(AID): #19yNMPIQ (LaTeX)