Guest User

Untitled

a guest
Feb 20th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. documentclass{scrartcl}
  2. DeclareNewSectionCommand[
  3. afterskip=1.5ex plus .2ex,
  4. beforeskip=-3.25ex plus -1ex minus -.2ex,
  5. indent=0pt,
  6. level=2,
  7. font=usekomafont{subsection},
  8. tocindent=1.5em,
  9. tocnumwidth=2.3em,
  10. counterwithin=section,
  11. style=section]{subphase}
  12.  
  13. DeclareNewSectionCommand[
  14. afterskip=1.5ex plus .2ex,
  15. beforeskip=-3.25ex plus -1ex minus -.2ex,
  16. indent=0pt,
  17. level=3,
  18. font=usekomafont{subsection},
  19. tocindent=2.0em,
  20. tocnumwidth=2.3em,
  21. counterwithin=subphase,
  22. style=section]{task}
  23.  
  24. begin{document}
  25. section{A}
  26. subphase{Phase}
  27. task{Task}
  28. task{Task}
  29. task{Task}
  30. subphase{Phase}
  31. task{Task}
  32. task{Task}
  33. task{Task}
  34. end{document}
  35.  
  36. ! TeX capacity exceeded, sorry [input stack size=5000].
  37. thesubphase ...sname thescr@local@counterwithin
  38. endcsname .arabic {subph...
  39. l.26 subphase{Phase}
Add Comment
Please, Sign In to add comment