פרק זה לוקה בחסר. אתם מוזמנים לתרום לוויקיספר ולהשלים אותו. ראו פירוט בדף השיחה.



רשימת תבליטים (itemize) עריכה

\begin{itemize}
  \item The first item
  \item The second item
  \item The third item
\end{itemize}

רשימה ממוספרת (enumerate) עריכה

\begin{enumerate}
  \item The first item
  \item The second item
  \item The third item
\end{enumerate}

רשימת מותאמת אישית (description) עריכה

\begin{description}
  \item[First] The first item
  \item[Second] The second item
  \item[Third] The third item
\end{description}