Guest User

Untitled

a guest
May 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. documentclass[UTF8]{article}
  2.  
  3. begin{document}
  4. section{section I}
  5. subsection{subsection I}
  6. section{section II}
  7. subsection{subsection II}
  8. end{document}
  9.  
  10. documentclass[utf8]{article}
  11. usepackage{titlesec,xcolor}
  12.  
  13. titleformat{section}{bfseriesLarge}{textcolor{orange}{rule[-3pt]{5pt}{1em}}}{5pt}{}
  14.  
  15. begin{document}
  16. section{section I}
  17. subsection{subsection I}
  18. section{section II}
  19. subsection{subsection II}
  20. end{document}
Add Comment
Please, Sign In to add comment