Guest User

Untitled

a guest
Sep 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. documentclass{scrbook} % KOMA-Script book
  2. usepackage[T1]{fontenc}
  3. %usepackage[style=arsclassica, parts=false]{classicthesis}
  4.  
  5. begin{document}
  6.  
  7. tableofcontents
  8.  
  9. defaaa{a}
  10. DeclareRobustCommand*{bbb}{defaaa{b}}
  11.  
  12. chapter[a]{aaabbbaaa}
  13.  
  14. end{document}
  15.  
  16. documentclass{scrbook} % KOMA-Script book
  17. usepackage[T1]{fontenc}
  18. usepackage[style=arsclassica, parts=false]{classicthesis}
  19.  
  20. begin{document}
  21.  
  22. tableofcontents
  23.  
  24. defaaa{a}
  25. DeclareRobustCommand*{bbb}{defaaa{b}}
  26.  
  27. chapter[a]{aaabbbaaa}
  28.  
  29. end{document}
  30.  
  31. part{text aclForParts{acronym_label} text}
  32.  
  33. newcommand{command}[1]{%
  34. GlsXtrIfUnusedOrUndefined{#1}{commandhelper{#1}}{commandprf{#1}}%
  35. } % some complicated formatting construction to be used in text body
  36.  
  37. DeclareRobustCommand*{switchcommand}{%
  38. renewcommand{command}[1]{glsentrylong{##1}}%
  39. } % switch to simple unformatted variant for part titles
  40.  
  41. newcommand{aclForParts}[1]{%
  42. begingroup
  43. switchcommand
  44. glslink{#1}{%
  45. MakeTextUppercase{%
  46. glsentrylong{#1}%
  47. }%
  48. }
  49. endgroup
  50. }
Add Comment
Please, Sign In to add comment