Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. documentclass[oneside,11pt,fleqn]{memoir}
  2. usepackage{titletoc}
  3. setcounter{tocdepth}{0}
  4. usepackage[compact,toctitles]{titlesec}
  5. titleformat{chapter}[block]
  6. {huge}{chaptertitlename thechapter: }{0pt}{huge}[addtocounter{cherrychapter}{1}]
  7. title{H&R}
  8. %%% COUNTERS
  9. newcounter{cherrychapter}%[chapte]
  10. setcounter{cherrychapter}{0}
  11. newcommandkeyword[1]{%
  12. noindent%
  13. {#1}%
  14. phantomsection% comment out if hyperref is noy used
  15. thecherrychapterthechapteraddcontentsline{key-thecherrychapter}{figure}{#1}
  16. }
  17. makeatletter
  18. newcommandlistkeywordsname{KEYWORDS}
  19. newcommandlistofkeywords{%
  20. thecherrychapterthechapter
  21. section*{listkeywordsname}@starttoc{key-thecherrychapter}
  22. thecherrychapterthechapter}
  23. makeatother
  24. begin{document}%BEGIN
  25. maketitle
  26. tableofcontents*
  27. part{A}
  28. chapter{aa}
  29. listofkeywords
  30. keyword{bb}
  31. section{aaa}
  32. keyword{bbb}
  33. subsection{aaaa}
  34. keyword{bbbb}
  35. chapter{cc}
  36. listofkeywords
  37. keyword{dd}
  38. section{ccc}
  39. keyword{ddd}
  40. subsection{cccc}
  41. keyword{dddd}
  42. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement