Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. documentclass[twoside,openright,14paper]{memoir}
  2.  
  3. usepackage[usenames,dvipsnames]{color}
  4. usepackage{graphicx}
  5. renewcommandcolorchapnum{color{PineGreen}}
  6. renewcommandcolorchaptitle{color{PineGreen}}
  7. chapterstyle{pedersen}
  8.  
  9. begin{document}
  10.  
  11. chapter{Chapter heading}
  12.  
  13. Words just under the chapter heading.
  14.  
  15. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement