Text Formatting ⇒ Bullet and numbering in latex
Bullet and numbering in latex
Not sure how you do it in latex. I tried googling it but the term "bullet and numbering" only applies for Microsoft Word. So the results I'm getting aren't very helpful. Not sure what you'd call it outside the context of MSWord.
Last edited by ghantauke on Fri Mar 11, 2011 11:04 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Bullet and numbering in latex
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.
Regards
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
Then please mark the topic (not the last post) accordingly as written in Section 3 of the Board Rules (to be read before posting). This also applies to your former question [1]. Please keep that in if for the future so that further reminders will not be necessary.
[1] View topic: Depicting math equation derivation steps
Thorsten
[1] View topic: Depicting math equation derivation steps
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Bullet and numbering in latex
use $bullet$