Hi everybody.
Does any one know how to insert bullet points in a column of a table?
Thanks in advance!
Text Formatting ⇒ Bullet Points in a Table Column
NEW: TikZ book now 40% off at Amazon.com for a short time.

Bullet Points in a Table Column
Hi bangashboy,
Welcome to the LaTeX community!
Do you mean like this:
Regards
Welcome to the LaTeX community!
Do you mean like this:
Code: Select all
\documentclass{article}
\begin{document}
$\bullet$ or \textbullet
\end{document}
site moderator & package author