Text Formatting ⇒ Bullet and numbering in latex
Bullet and numbering in latex
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Bullet and numbering in latex
I am assuming that you want to created bulleted lists and/or numbered lists. It is easily done by using the itemize or enumerate environments.
I am giving a minimal example for you to try.
Code: Select all
\documentclass{article}
\begin{document}
\begin{itemize}
\item Some text
\item Some more text
\item blah, blah.
\end{itemize}
\begin{enumerate}
\item Some text
\item Some more text
\item blah, blah.
\end{enumerate}
\end{document}
Regards
OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
Bullet and numbering in latex
Thats exactly what I'm looking for. Thanksmas wrote:What exactly do you want? Your post does not mention it.
I am assuming that you want to created bulleted lists and/or numbered lists. It is easily done by using the itemize or enumerate environments.
I am giving a minimal example for you to try.
If that is not what you wanted, please provide more details.Code: Select all
\documentclass{article} \begin{document} \begin{itemize} \item Some text \item Some more text \item blah, blah. \end{itemize} \begin{enumerate} \item Some text \item Some more text \item blah, blah. \end{enumerate} \end{document}
Regards

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Bullet and numbering in latex
[1] View topic: Depicting math equation derivation steps
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10