Advertisement
Guest User

awesome book

a guest
Jul 29th, 2013
1,271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.32 KB | None | 0 0
  1. \documentclass{book}
  2.  
  3. \usepackage{lipsum}
  4.  
  5. \title{Awesome book}
  6. \author{Laurel L. Russwurm}
  7.  
  8. \begin{document}
  9. \maketitle
  10.  
  11. \chapter{Exposition}
  12. \lipsum
  13.  
  14. \chapter{Rising action}
  15. \lipsum
  16.  
  17. \chapter{Climax}
  18. \lipsum
  19.  
  20. \chapter{Falling action}
  21. \lipsum
  22.  
  23. \chapter{Revelation/Catastrophe}
  24. \lipsum
  25.  
  26. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement