Guest User

Untitled

a guest
Mar 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. documentclass[a4paper, extrafontsizes]{memoir}
  2. usepackage{calc,lipsum}
  3.  
  4. newcommandYUGE{fontsize{48}{60}selectfont}
  5.  
  6. makeatletter
  7. makechapterstyle{myChapStyle}{
  8. chapterstyle{komalike}
  9. setlength{beforechapskip}{40pt}
  10. renewcommand{printchaptername}{}
  11. renewcommand{chapternamenum}{}
  12. renewcommand{chapnumfont}{normalfontYUGEbfseries}
  13. renewcommand{printchapternum}{}%chapnumfont thechapterspace}
  14. renewcommand{afterchapternum}{}
  15. renewcommand*{printchapternum}{%
  16. @hangfrom{chapnumfont YUGEthechapterenspace}}%
  17. }
  18. chapterstyle{myChapStyle}
  19. makeatother
  20.  
  21. % Section/subsec/subsubsec fonts
  22. setsecheadstyle{normalfontLargebfseriessffamily}
  23. setsubsecheadstyle{normalfontlargebfseriessffamily}
  24. setsubsubsecheadstyle{normalfontnormalsizebfseriessffamily}
  25.  
  26. % Set the desired depth of subsections
  27. setcounter{secnumdepth}{3}
  28.  
  29. begin{document}
  30. chapter{Fundamentals of medical imaging and continuum mechanics}
  31. lipsum[1]
  32.  
  33. section{Section 1}
  34. lipsum[1]
  35.  
  36. subsection{Subsection 1}
  37. lipsum[1-3]
  38. end{document}
Add Comment
Please, Sign In to add comment