Text Formatting ⇒ How do I make a sub bullet in latex?
-
- Posts: 1
- Joined: Sat Jan 03, 2015 2:34 am
How do I make a sub bullet in latex?
Thanks!
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
How do I make a sub bullet in latex?
Code: Select all
\documentclass{article}
\begin{document}
Some text goes here.
\begin{itemize}
\item This is top level item with a certain bullet.
\begin{itemize}
\item Line with a 'sub bullet'.
\item Another line with a 'sub bullet'.
\end{itemize}
\item Back to main bullet list.
\end{itemize}
\end{document}
OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim