Text FormattingBullet Points in a Table Column

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
bangashboy
Posts: 1
Joined: Fri May 10, 2013 3:20 pm

Bullet Points in a Table Column

Post by bangashboy »

Hi everybody.

Does any one know how to insert bullet points in a column of a table?

Thanks in advance!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Bullet Points in a Table Column

Post by cgnieder »

Hi bangashboy,

Welcome to the LaTeX community!

Do you mean like this:

Code: Select all

\documentclass{article}

\begin{document}
$\bullet$ or \textbullet
\end{document}
Regards
site moderator & package author
Post Reply