Latex 点滴记录
1. 在线编辑器
http://www.codecogs.com/latex/eqneditor.php
2.公式中换行
使用array
\begin{equation}
S_D=\{D_g^0,D_g^1, \cdots ,D_g^m\}
\end{equation}
where
\begin{displaymath}
\begin{array}{l}
\cup_{i=1}^m D_g^i=D;\\
D_g^i\cap D_g^j=\emptyset ,0\leq i\neq j\leq n
\end{array}
\end{displaymath}
array后的大括号里是用lcr,表示每一行的对齐方式
详细资料参考 http://hi.baidu.com/jerry_916/blog/item/f388840e07af6b386159f354.html
浙公网安备 33010602011771号