Latex 公式居中
这么简单的功能要是还要加工具包,LaTeX也不用混了~
公式用\[...\]来写可以达到公式居中效果。
或者在equation环境外加center环境:
\begin{center}
\begin{equation}
...
\end{equation}
\end{center}
公式用\[...\]来写可以达到公式居中效果。
或者在equation环境外加center环境:
\begin{center}
\begin{equation}
...
\end{equation}
\end{center}
作者:白菜菜白
出处:http://www.cnblogs.com/lvchaoshun/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。