Text Formatting ⇒ Bullet and numbering in latex
Bullet and numbering in latex
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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