发布时间:2009-11-18 16:55:13
文章类别:数学公式
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100g37a.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
公式的编号,LaTeX默认是居右。如果您想居左,方法如下,
导言区加:
\usepackage[leqno]{amsmath}
演示代码:
\documentclass{article}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{159.0pt}
\usepackage[leqno]{amsmath}
\begin{document}
\begin{equation} (a+b)^2 = a^2+2ab+b^2 \end{equation}
\end{document}
效果图:
发表评论 取消回复