作者hau (小豪)
看板LaTeX
標題[請益] 有關列舉的用法
時間Sun Sep 2 14:40:18 2018
常用的列舉環境有下面三種:
\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://webptt.com/m.aspx?n=bbs/LaTeX/M.1535870421.A.DE8.html
1F:→ hau: 發現\begin{description}裡的\item[first]「first」預設粗體 09/02 15:11
2F:→ hau: 怎麼改,可能要改定義…… 09/02 15:13
3F:→ andrew43: 看不懂。用word做一個例子把圖貼出來 09/03 01:50
5F:→ sppmg: 你研究下 enumitem 套件(這我不熟) 09/03 07:50
6F:推 sppmg: @a大,他的意思是 description label 會用粗體呈現,他不要 09/03 07:53
7F:推 andrew43: 他說了縮格。不知道是什麼1意思。 09/03 07:56
9F:→ andrew43: maybe. 但無論如何enumitem一定夠用了 09/03 16:36
10F:→ Ice9: 可以試試 tasks 這個套件,能簡易重設 item indent。 09/05 02:11