发布时间:2010-09-16 13:59:40
文章类别:数学公式
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100lk4t.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
谢谢!
解决方案
帖子中,有网友提供了如下实现。
\begin{flalign}
\dfrac{\partial c_i}{\partial t}=-\nabla \cdot J_i \upsilon_i r
\end{flalign}
这样是无法实现居左的。虽然具体实现是用到了flalign这个环境(amsmath包提供的环境),但真正的解决方案如下:
\begin{flalign}
\dfrac{\partial c_i}{\partial t}&=-\nabla \cdot J_i \upsilon_i r&
\end{flalign}
参看:
ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf
发表评论 取消回复