Advertisement
alex1984vn

Latex

Nov 15th, 2011
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.56 KB | None | 0 0
  1. ===========
  2. Table
  3. ===========
  4. \begin{tabular}{|c||r|r|r|r|r|r|r|r|}
  5. \hline
  6. j & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8\\
  7. \hline
  8. $z_j$ & $x$ & $x$ & $x$ & $x$ & $x$ & $x$ & $x$ & $x$\\
  9. \hline
  10. $x_j$ & x & x & x & x & x & x & x & x\\
  11. \hline
  12. w($z_j$) & $x$ & $x$ & $x$ & $x$ & $x$ & $x$ & $x$ & $x$\\
  13. \hline
  14. u($x_j$) & x & x & x & x & x & x & x & x\\
  15. \hline
  16. \end{tabular}
  17.  
  18. ===========
  19. Figure
  20. ===========
  21. \begin{figure}[htb]
  22. \centering
  23. \includegraphics[width=1\columnwidth]{resources/inputoutput}
  24. \caption{\label{fig:goal}Our goal of inputs and outputs.}
  25. \end{figure}
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement