Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. documentclass[a4paper]{report}% http://ctan.org/pkg/amsproc
  2. usepackage[utf8]{inputenc}
  3. usepackage[T1]{fontenc}
  4. usepackage[x11names,]{xcolor}
  5. usepackage{fourier}
  6. usepackage{microtype}
  7. SetTracking[no ligatures={f}]{encoding=*}{80}
  8. usepackage{lipsum}
  9.  
  10. usepackage[explicit]{titlesec}%
  11.  
  12. titleformat{chapter}[hang]
  13. {bfseriesfontsize{14pt}{14pt}selectfontcolor{IndianRed3}lsstyle}
  14. {thechapter}
  15. {0.5em}
  16. {MakeUppercase{#1}hfill rlap{makebox[dimexprtextwidth + marginparsep][l]{hspace{marginparsep}rlap{rule[-1.25ex]{marginparwidth}{0.5ex}}thechapter}}}%titlerule[1.5pt]
  17. titlespacing*{chapter}{0pt}{2ex}{1ex}
  18. titleformat{section}
  19. {bfserieslarge}
  20. {thesection}
  21. {0.5em}
  22. {#1hfill rlap{makebox[dimexprtextwidth + marginparsep][l]{hspace{marginparsep}rlap{smash{rule[-1.25ex]{marginparwidth}{0.5ex}}}thesection}}}%titlerule[1.5pt]
  23. titlespacing*{section}{0pt}{1ex}{0.5ex}
  24. titleformat{subsection}
  25. {bfseries}
  26. {thesubsection}
  27. {0.5em}
  28. {#1hfill rlap{makebox[dimexprtextwidth + marginparsep][l]{hspace{marginparsep}rlap{smash{rule[-1.25ex]{marginparwidth}{0.5ex}}}thesubsection}}}%titlerule[1.5pt]
  29. titlespacing*{subsection}{0pt}{1ex}{0.5ex}
  30. begin{document}
  31. % lipsum[11]
  32.  
  33. chapter{Introduction}
  34.  
  35. lipsum[1]
  36.  
  37. section{Motivation}
  38. lipsum[2]
  39.  
  40. subsection{A First Motivation}
  41.  
  42. lipsum[3]
  43.  
  44. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement