latex 与 Mathtype使用问题集锦(不断充实中....)

1. 从Mathtype中复制公式至latex中常用到array,

使用下面的语句,使得编号显示在两个等式的中间:

\begin{equation} 
\begin{array}{l} 
a+b=1 \\ c+d=2 
\end{array}
\end{equation}

上下列等式之间显得拥挤,可在每个等式前加上

\displaystyle

来避免这种情况

上下列等式之间显得拥挤,可在每个等式前加上

\displaystyle

来避免这种情况

上下列等式之间显得拥挤,可在每个等式前加上

\displaystyle

来避免这种情况

上下列等式之间显得拥挤,可在每个等式前加上

\displaystyle

来避免这种情况

若上下列等式之间显得拥挤,可在每个等式前加上\displaystyle来避免这种情况
\begin{equation} 
\begin{array}{l} 
\displaystyle a+b=1 \\ 
\displaystyle c+d=2 
 \end{array}
 \end{equation}

上下列等式之间显得拥挤,可在每个等式前加上

\displaystyle

来避免这种情况


你可能感兴趣的:(latex)