latex数学公式&对齐&algorithm2e

   用latex写东西真的是心累,遇到一大堆麻烦事,特别是伪代码和数学公式。

 1.数学公式 :http://blog.sina.com.cn/s/blog_5e16f1770100fs38.html

 2.对齐:http://blog.sina.com.cn/s/blog_5e36b0610100lufc.html

 3.algorithm2e的使用:http://tug.ctan.org/tex-archive/macros/latex/contrib/algorithm2e/doc/algorithm2e.pdf

                                     https://cn.sharelatex.com/learn/algorithms

 

4. align 多个公式自定义对齐

\begin{align*}

........ &= ............

........ &= ............

\end{align*}

\begin{align*}
    \left \langle 2k \cdot \textbf{s}_B \right \rangle_{2q,2} &=  \lfloor \frac{2}{q} \cdot 2k \cdot \textbf{s}_B \rfloor \pmod{2}\\
    & =  \lfloor \frac{4}{q} \cdot k \cdot \textbf{s}_B \rfloor \pmod{2}
\end{align*}

放一张第一次编辑的伪代码吧,纪念一下

latex数学公式&对齐&algorithm2e_第1张图片

你可能感兴趣的:(latex)