Im trying to add a dot like •
for a dot product but it always ends up acting like a bullet point creating a new line. I've tried \cdot
and \bullet
. I think its being treated as a bullet because I'm doing it inside an itemized list. Is there a way to make it just as a dot?
Have you tried :
$\bullet$
Try \cdot
in math mode. It is a good way to indicate multiplication:
\documentclass{article}
\begin{document}
Here is a product: $a \cdot b$.
\end{document}
Note that the dollar symbol represents the math mode.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With