Home » 目的別インデックス » 箇条書き

箇条書き

箇条書きにはいくつかの種類がありますが、その例を以下に挙げます。

記号付き箇条書き

\begin{itemize}
  \item これは1行目
  \item これは2行目
  \item これは3行目
\end{itemize}

番号付き箇条書き

\begin{enumerate}
  \item なぐる
  \item ける
  \item どつく
\end{enumerate}

見出し付き箇条書き

\begin{description}
  \item[日時] あした
  \item[場所] あそこ
  \item[持ち物] あれ、あれ
\end{description}