Guest User

Untitled

a guest
Jan 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. documentclass[12pt,bothside]{book}
  2.  
  3.  
  4. usepackage[titles]{tocloft}%
  5. renewcommand{cftchapleader}{~cftdotfill{5}}
  6. setcounter{secnumdepth}{0}
  7. setcounter{tocdepth}{3}
  8.  
  9. % to center part
  10. renewcommand{cftpartfont}{hfillLargebfseries}
  11. renewcommand{cftpartaftersnum}{hfill}
  12. addtocontents{toc}{cftpagenumbersoff{part}}
  13.  
  14. %wrap TOC contents
  15. usepackage{titletoc}
  16. titlecontents*{subsubsection}% <section>
  17. [1.5em]% <left>
  18. {scriptsize}% <above-code>
  19. {}% <numbered-entry-format>
  20. {}% <numberless-entry-format>
  21. {, thecontentspage}% <filler-page-format>
  22. [ - ]% <separator>
  23. [\]% <end>
  24.  
  25.  
  26. begin{document}
  27.  
  28. frontmatter
  29. tableofcontents
  30.  
  31. mainmatter
  32. part{Part 1}
  33. chapter{Chapter1}
  34. section{Section 1}
  35. subsubsection{Subsubsection 1}
  36. subsubsection{Subsubsection 2}
  37.  
  38.  
  39. part{Part 2}
  40. chapter{Chapter1}
  41. section{Section 1}
  42. subsection{Subection 1}
  43. subsubsection{Subsubsection 1}
  44. subsubsection{Subsubsection 2}
  45.  
  46.  
  47. end{document}
  48.  
  49. documentclass[12pt,twoside]{book}
  50.  
  51. usepackage[titles]{tocloft}%
  52. renewcommand{cftchapleader}{~cftdotfill{5}}
  53. setcounter{secnumdepth}{0}
  54. setcounter{tocdepth}{3}
  55.  
  56. % to center part
  57. renewcommand{cftpartfont}{hfillLargebfseries}
  58. usepackage{xpatch}
  59. makeatletter
  60. patchcmd{l@part}{#1}{#1hfillhskip-rightskipmbox{}}{}{}
  61. makeatother
  62. addtocontents{toc}{cftpagenumbersoff{part}}
  63.  
  64. %wrap TOC contents
  65. usepackage{titletoc}
  66. titlecontents*{subsubsection}% <section>
  67. [3.8em]% <left>
  68. {scriptsize}% <above-code>
  69. {}% <numbered-entry-format>
  70. {}% <numberless-entry-format>
  71. {, thecontentspage}% <filler-page-format>
  72. [ - ]% <separator>
  73. [\]% <end>
  74.  
  75. begin{document}
  76. showoutput
  77. frontmatter
  78. tableofcontents
  79.  
  80. mainmatter
  81. part{Part 1}
  82. chapter{Chapter1}
  83. section{Section 1}
  84. subsubsection{Subsubsection 1}
  85. subsubsection{Subsubsection 2}
  86.  
  87.  
  88. part{Part 2}
  89. chapter{Chapter1}
  90. section{Section 1}
  91. subsection{Subection 1}
  92. subsubsection{Subsubsection 1}
  93. subsubsection{Subsubsection 2}
  94.  
  95.  
  96. end{document}
Add Comment
Please, Sign In to add comment