Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2018
805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.80 KB | None | 0 0
  1. \documentclass{beamer}
  2.  
  3. \usepackage{array}
  4.  
  5. \begin{document}
  6.  
  7. \begin{frame}
  8.  \begin{tabular}{ccccc<{\onslide<2->}|c<{\onslide<3->}|c@{\hspace{\tabcolsep}\onslide<3->\vrule width .4pt\onslide}}
  9.    $p_1$ & $p_2$ & $\ldots$ & $p_{9}$ & $p_{10}$ & $W$  & $D$\\
  10.    $1$   & $1$   & $\ldots$ & $1$      & $1$     & $w_1$& $d_1$\\
  11.    $1$   & $1$   & $\ldots$ & $1$      & $0$     & $w_2$& $d_2$\\
  12.    $1$   & $1$   & $\ldots$ & $0$      & $1$     & $w_3$& $d_3$\\
  13.    $1$   & $1$   & $\ldots$ & $0$      & $0$     & $w_4$& $d_4$\\
  14.    $\vdots$ & $\vdots$ & $\vdots$ & $\vdots$ & $\vdots$ & $\vdots$ & $\vdots$\\
  15.    $0$   & $0$   & $\ldots$ & $0$      & $1$     & $w_{1023}$& $d_{1023}$\\
  16.    $1$   & $1$   & $\ldots$ & $0$      & $0$     & $w_{1024}$& $d_{1024}$
  17.  \end{tabular}
  18. \end{frame}
  19.  
  20. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement