Guest User

Untitled

a guest
Jul 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. documentclass{scrartcl}
  2.  
  3. usepackage{hyperref}
  4.  
  5. makeatletter
  6. renewcommandsectionlinesformat[4]{%
  7. ifstr{#1}{section}{%
  8. @hangfrom{hskip#2relax #3}{MakeUppercase{#4}}%
  9. % @hangfrom{hskip#2relax #3}{texorpdfstring{MakeUppercase{#4}}{#4}}% doesn't work
  10. }{%
  11. @hangfrom{hskip#2relax #3}{#4}%
  12. }%
  13. }
  14. renewcommand{sectionformat}{MakeUppercase}
  15. makeatother
  16.  
  17. begin{document}
  18. Test
  19. clearpage
  20. addsec{Addsec on page 2}
  21. Text
  22. end{document}
Add Comment
Please, Sign In to add comment