Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. documentclass{memoir}
  2. usepackage{color,calc,graphicx,soul,fourier}
  3. definecolor{nicered}{rgb}{.647,.129,.149}
  4. makeatletter
  5. newlengthdlf@normtxtw
  6. setlengthdlf@normtxtw{textwidth}
  7. defmyhelvetfont{defsfdefault{mdput}}
  8. newsavebox{feline@chapter}
  9. newcommandfeline@chapter@marker[1][4cm]{%
  10. sboxfeline@chapter{%
  11. resizebox{!}{#1}{fboxsep=1pt%
  12. colorbox{nicered}{color{white}bfseriessffamilythechapter}%
  13. }}%
  14. rotatebox{90}{%
  15. resizebox{%
  16. heightof{usebox{feline@chapter}}+depthof{usebox{feline@chapter}}}%
  17. {!}{scshapeso@chapapp}}quad%
  18. raisebox{depthof{usebox{feline@chapter}}}{usebox{feline@chapter}}%
  19. }
  20. newcommandfeline@chm[1][4cm]{%
  21. sboxfeline@chapter{feline@chapter@marker[#1]}%
  22. makebox[0pt][l]{% aka rlap
  23. makebox[1cm][r]{useboxfeline@chapter}%
  24. }}
  25. makechapterstyle{daleif1}{
  26. renewcommandchapnamefont{normalfontLargescshaperaggedleftso}
  27. renewcommandchaptitlefont{normalfonthugebfseriesscshapecolor{nicered}}
  28. renewcommandchapternamenum{}
  29. renewcommandprintchaptername{}
  30. renewcommandprintchapternum{nullhfillfeline@chm[2.5cm]par}
  31. renewcommandafterchapternum{parvskipmidchapskip}
  32. renewcommandprintchaptertitle[1]{chaptitlefontraggedleft ##1par}
  33. }
  34. makeatother
  35. chapterstyle{daleif1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement