看板 LaTeX 關於我們 聯絡資訊
常用的列舉環境有下面三種: \begin{itemize} \item[*] a \item[*] b \end{itemize} \begin{enumerate}[1)] \item a \item b \end{enumerate} \begin{description} \item[first] \item[second] \end{description} ________________________________________ 可是我想在列舉前面「縮格」,我用 \indent 也不行@@ 網路上有人說可修改列舉環境的定義(我不會改@)。 有其它簡易的方法嗎? -- -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 175.180.208.90 ※ 文章網址: https://www.ptt.cc/bbs/LaTeX/M.1535870421.A.DE8.html
hau: 發現\begin{description}裡的\item[first]「first」預設粗體 09/02 15:11
hau: 怎麼改,可能要改定義…… 09/02 15:13
andrew43: 看不懂。用word做一個例子把圖貼出來 09/03 01:50
sppmg: 你研究下 enumitem 套件(這我不熟) 09/03 07:50
sppmg: @a大,他的意思是 description label 會用粗體呈現,他不要 09/03 07:53
andrew43: 他說了縮格。不知道是什麼1意思。 09/03 07:56
sppmg: https://tex.stackexchange.com/a/84630 的 labelindent ? 09/03 08:30
andrew43: maybe. 但無論如何enumitem一定夠用了 09/03 16:36
Ice9: 可以試試 tasks 這個套件,能簡易重設 item indent。 09/05 02:11