Facebook
From manaaz, 1 Month ago, written in Plain Text.
This paste is a reply to AZLAN from azlan - view diff
Embed
Download Paste or View Raw
Hits: 121
  1. \documentclass{article}
  2. \begin{document}
  3. \begin{enumerate}
  4.   \item This is the first entry in our list.
  5.   \item The list numbers increase with each entry we add.
  6. \end{enumerate}
  7. \end{document}
  8.