Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. documentclass{memoir}
  2.  
  3. usepackage{lipsum}
  4. usepackage{pagecolor}
  5. title{Test}
  6.  
  7. begin{document}
  8.  
  9. newpagecolor{red}
  10. begin{titlingpage}
  11. maketitle
  12. end{titlingpage}
  13.  
  14. newpagecolor{white}
  15. chapter{First chapter}
  16. lipsum[1]
  17.  
  18. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement