latex如何在一段话前面加一个点

在 LaTeX 中,可以使用 \dot{} 命令在一段话前面加上点。例如,在一段话 "hello world" 前面加上点的 LaTeX 代码如下:

\dot{hello world}

在编译后就会显示为 。hello world