如何插入乳胶点而不换行
我试图为点积添加一个像 •
这样的点,但它最终总是像一个创建新行的项目符号点一样。我尝试过 \cdot
和 \bullet
。我认为它被视为子弹,因为我是在逐项列表中执行它的。有没有办法让它像一个点一样?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你有没有尝试过:
Have you tried :
在数学模式下尝试
\cdot
。这是表示乘法的好方法:请注意,美元符号代表数学模式。
Try
\cdot
in math mode. It is a good way to indicate multiplication:Note that the dollar symbol represents the math mode.
只是遇到了同样的问题...
数学模式
$...$
对此并不重要:给出:
just had the same problem...
Math mode
$...$
is not essential for this:giving: