Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. begin{document}
  2. selectlanguage{english}
  3. tableofcontents{}
  4.  
  5. section{small{Introduction}}
  6.  
  7. section{small{Chapter 1}}
  8.  
  9. documentclass[10pt,a5paper]{extarticle}
  10.  
  11.  
  12. usepackage[english]{babel}
  13. usepackage{tocloft}
  14. usepackage{blindtext}
  15.  
  16. makeatletter
  17. renewcommandsection{@startsection {section}{1}{z@}%
  18. {-2.5ex @plus -1ex @minus -.2ex}%
  19. {0.3ex @plus.2ex}%
  20. {normalfontsmallbfseries}}
  21.  
  22. renewcommandsubsection{@startsection{subsection}{2}{z@}%
  23. {-3.25ex@plus -1ex @minus -.2ex}%
  24. {1.5ex @plus .2ex}%
  25. {normalfonttinybfseries}}
  26. makeatother
  27.  
  28.  
  29.  
  30.  
  31. renewcommand{cftsecfont}{small}
  32. renewcommand{cftsubsecfont}{tiny}
  33.  
  34. begin{document}
  35. tableofcontents
  36. clearpage
  37. section{Foo}
  38. blindtext
  39. section{Foobar}
  40. blindtext
  41. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement