LaTeX 总结下面的文字

\sum_{<text>}

LaTeX 在LaTeX的背景图像

# Add this code before \begin{document} 

\usepackage{eso-pic}
\newcommand\BackgroundPic{
\put(0,0){
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\centering
\includegraphics[width=\paperwidth,height=\paperheight,
keepaspectratio]{background.png}%
\vfill
}}}

# and this immediately after \begin{document} :

\AddToShipoutPicture{\BackgroundPic}

LaTeX LaTeX中的条件概率声明

Y_i \sim \left\{ \begin{array}{l}
0, \text{with probability } (1-\psi) \\
\text{Poisson}(\mu), \text{with probability } \psi
\end{array}

LaTeX 配方以大胆的面孔

% bold face in formulas
\def\mbf#1{\mathchoice{\hbox{\boldmath $\displaystyle #1$}}
        {\hbox{\boldmath $\textstyle #1$}}
        {\hbox{\boldmath $\scriptstyle #1$}}
        {\hbox{\boldmath $\scriptscriptstyle #1$}}}