我试图为点积添加像•
这样的点,但它总是像创建新行的子弹点一样。我试过了\cdot
和\bullet
。我认为它被视为一颗子弹,因为我在一个逐项列表中这样做。有没有办法让它像点一样?
答案 0 :(得分:8)
你试过了吗?
$\bullet$
答案 1 :(得分:4)
在数学模式下尝试\cdot
。这是表示乘法的好方法:
\documentclass{article}
\begin{document}
Here is a product: $a \cdot b$.
\end{document}
请注意,美元符号代表数学模式。
答案 2 :(得分:2)
刚遇到同样的问题...
数学模式$...$
对此并不重要:
\documentclass{minimal}
\begin{document}
\noindent
Here's an example with $\bullet$ math mode
\newline
And here one in \textbullet text only
\newline
Although you may want to give the last \textbullet \ more spacing
\end{document}
,并提供: