Guest User

Untitled

a guest
Feb 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. documentclass{scrartcl}
  2. usepackage[utf8]{inputenc}
  3. usepackage{xcolor}
  4.  
  5. renewcommand*{sectionformat}{%
  6. makebox[0pt][r]{textcolor{gray}{textbullet}~}}
  7.  
  8. begin{document}
  9.  
  10.  
  11. section{Section}
  12.  
  13. section*{Unnumbered section}
  14.  
  15. end{document}
Add Comment
Please, Sign In to add comment