Guest User

Untitled

a guest
Dec 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. documentclass[
  2. draft,
  3. parskip=full,
  4. ]{scrreprt}
  5.  
  6. makeatletter
  7. renewcommand{chapterlinesformat}[3]{%
  8. parbox[t]{linewidth}{%
  9. raggedchapter%
  10. noindentrule{linewidth}{.6pt}%
  11. par@hangfrom{#2}{#3}%
  12. parkern-.75htstrutboxrule{linewidth}{.6pt}%
  13. }%
  14. }
  15. makeatother
  16.  
  17. begin{document}
  18. chapter{test}
  19. end{document}
Add Comment
Please, Sign In to add comment