Advertisement
Guest User

gwpl's Tobi mod of table without table

a guest
Feb 11th, 2012
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.25 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage{caption}
  3. \usepackage{lipsum}
  4. \begin{document}
  5. \listoftables
  6. \lipsum[1]
  7.  
  8. \begin{center}
  9. \begin{tabular}{cc} A & B \\ C & D \end{tabular}
  10. \captionof{table}{Caption text}
  11. \end{center}
  12.  
  13. \lipsum[2]
  14. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement