Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. documentclass[12pt]{memoir}
  2. usepackage{lipsum}
  3. usepackage{amssymb}
  4. usepackage{pgfplots}
  5. usepackage{geometry}
  6. usetikzlibrary{shapes,arrows,arrows.meta}
  7. pagestyle{companion}
  8. setlengthprechapterprecisshift{20pt}
  9.  
  10. definecolor{ared}{rgb}{.647,.129,.149}
  11. renewcommandcolorchapnum{color{ared}}
  12. renewcommandcolorchaptitle{color{ared}}
  13. chapterstyle{pedersen}
  14.  
  15. begin{document}
  16. tableofcontents
  17. chapter{This is a test.}
  18. chapterprecis{
  19. This is a test to show that the chapterprecis shows in the contents table and I would like to know how to get rid of this.}
  20. section{section 1}
  21. lipsum[1-2]
  22. section{section 2}
  23. lipsum[1-2]
  24. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement