Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. documentclass{book}
  2. usepackage{graphics,lipsum,caption}
  3.  
  4. begin{document}
  5. chapter{Chapter Title}
  6.  
  7. lipsum[1]
  8. includegraphics{image-a}
  9. %caption{The Roman numerals on this stone show how many miles it is from a town}
  10. lipsum[3]
  11.  
  12. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement