Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{booktabs,array}
  4.  
  5. begin{document}
  6.  
  7. begin{table}
  8. centering
  9. caption{A table caption}
  10. begin{tabular}{@{}>{hspace{3em}}p{.8linewidth}@{}}
  11. toprule
  12. unskip Initialization: This is where the pseudocode initialization is supposed to go.
  13. It may span several lines within the texttt{tabular}. \
  14. textbf{Error nonlinearity update:} Some content \[.25normalbaselineskip]
  15. centeringarraybackslash
  16. $setlength{arraycolsep}{0pt}
  17. begin{array}{r>{{}}l}
  18. f(x) &= ax^2 + bx + c \
  19. g(x) &= f(x) \
  20. h(x) &= displaystyle frac{a}{e}
  21. end{array}$ \
  22. textbf{Incremental update:} Some content \
  23. qquad $f(x) = ax^2 + bx + c$ \
  24. textbf{Diffusion update:} Some content \
  25. qquad $g(x) = f(x)$ \
  26. textbf{Decision:} Some content \
  27. qquad $h(x) = frac{a}{e}$ \
  28. bottomrule
  29. end{tabular}
  30. end{table}
  31.  
  32. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement