How to Include a Bullet Point in LaTeX

Techwalla may earn compensation through affiliate links in this story. Learn more about our affiliate and product review process here.
LaTeX has a steep learning curve.
Image Credit: shironosov/iStock/Getty Images

Contrary to conventional word-processing programs, LaTeX users define the structure of their documents using a series of programming-like commands. LaTeX has a loyal following because it allows experienced users to make massive revisions to the structure of a document with very little work. However, the program has a steep learning curve, since even trivial objects like bullet lists require special commands.

Advertisement

Step 1

Open a text editor like Notepad and create a new LaTeX document by typing:

Video of the Day

\begin{document}

\end{document}

Advertisement

Step 2

Type the following between the "begin" and "end" commands to create your bullet point list:

\begin{itemize}

Advertisement

\end{itemize}

Advertisement

Step 3

Fill in the spots between the "begin itemize" and "end itemize" commands with your list items:

\begin{itemize} \item The first item in my list. \item The second item in my list. \item The third item in my list. \end{itemize}

Video of the Day

Advertisement

Advertisement

references

Report an Issue

screenshot of the current page

Screenshot loading...