Advertisement
Guest User

Untitled

a guest
May 31st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. documentclass{memoir}
  2.  
  3. pagestyle{ruled}
  4.  
  5. usepackage{lipsum} % for mwe
  6. setstocksize{3in}{5in}
  7. settrimmedsize{3in}{5in} {*}
  8. setlrmarginsandblock{0.3in}{0.3in}{*}%%%%
  9. setulmarginsandblock{0.5in}{0.5in}{*}
  10. checkandfixthelayout
  11. fixpdflayout
  12.  
  13. renewcommandchapternumberline[1]{}
  14. renewcommandpartnumberline[1]{}
  15.  
  16. % suppress section and chapter numbering
  17. %renewcommand*{thesection}{arabic{section}}
  18. renewcommand*{thesection}{}
  19. renewcommand*{thechapter}{}
  20.  
  21. % Set chapter name on the left
  22. chapterstyle{section}
  23. begin{document}
  24.  
  25. chapter{first}
  26.  
  27. Now is the time for all good persons to come to the aid of the
  28. party. That will require enough text to
  29. newpage
  30. get to a second page.
  31.  
  32. section{first section}
  33.  
  34. lipsum{1}
  35.  
  36. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement