Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. section[Introduction]{textsc{Introduction}}
  2.  
  3. documentclass{article}
  4. usepackage{sectsty}% http://ctan.org/pkg/sectsty
  5. allsectionsfont{normalfontscshape}
  6. begin{document}
  7. tableofcontents
  8. section{A section}
  9. subsection{A subsection}
  10. subsubsection{A subsubsection}
  11. end{document}
  12.  
  13. documentclass{article}
  14. usepackage[sc]{titlesec}% http://ctan.org/pkg/titlesec
  15. begin{document}
  16. tableofcontents
  17. section{A section}
  18. subsection{A subsection}
  19. subsubsection{A subsubsection}
  20. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement