答案1
环境equation
只能显示一条方程线。您很可能想使用gather
或align
,后者可用于对齐=
:
\documentclass[12pt,a4paper]{article}
\usepackage{amsmath}
\begin{document}
\title{force}
\maketitle
\noindent
Example for \texttt{gather}:
\begin{gather}
m_1*a_1 = F1\\
m_2*a_2 = F2
\end{gather}
Example for \texttt{align}:
\begin{align}
m_1*a_1 &= F1\\
m_2*a_2 &= F2
\end{align}
\end{document}
答案2
amsmath
有许多用于表示多个或多行方程的环境。请查看文档:texdoc amsmath
。
如果更方便的话,还有一个在线工具:http://www.texdoc.net/