Guest User

Untitled

a guest
Mar 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. documentclass{report}
  2.  
  3. begin{document}
  4.  
  5. setcounter{tocdepth}{1}
  6. setcounter{secnumdepth}{3}
  7.  
  8. tableofcontents
  9.  
  10. renewcommand*contentsname{Contents (detailed)}
  11.  
  12. setcounter{tocdepth}{3}
  13.  
  14. tableofcontents
  15.  
  16. chapter{XXX}
  17. section{YYY}
  18. subsection{WER}
  19. subsubsection{ABC}
  20. subsubsection{DEF}
  21. subsection{ZTR}
  22. subsubsection{OIU}
  23. subsubsection{OIZ}
  24. subsubsection{POI}
  25. section{YYY}
  26. subsection{WER}
  27. subsubsection{EDC}
  28. subsubsection{RFV}
  29. subsection{TGB}
  30. subsubsection{ZHN}
  31. subsubsection{OUH}
  32. subsubsection{WEK}
  33. chapter{ZZZ}
  34. chapter{AAA}
  35.  
  36. end{document}
  37.  
  38. documentclass[10pt, a4paper]{report}
  39. usepackage{shorttoc}
  40. usepackage{hyperref}
  41. begin{document}
  42.  
  43. setcounter{secnumdepth}{3}
  44.  
  45. pdfbookmark[1]{Contents}{toc}
  46. shorttoc{Contents}{1}
  47.  
  48. pdfbookmark[1]{Contents (detailed)}{toc}
  49. shorttoc{Contents (detailed)}{3}
  50.  
  51. tableofcontents
  52.  
  53. chapter{XXX}
  54. section{YYY}
  55. subsection{WER}
  56. subsubsection{ABC}
  57. subsubsection{DEF}
  58. subsection{ZTR}
  59. subsubsection{OIU}
  60. subsubsection{OIZ}
  61. subsubsection{POI}
  62. section{YYY}
  63. subsection{WER}
  64. subsubsection{EDC}
  65. subsubsection{RFV}
  66. subsection{TGB}
  67. subsubsection{ZHN}
  68. subsubsection{OUH}
  69. subsubsection{WEK}
  70. chapter{ZZZ}
  71. chapter{AAA}
  72.  
  73. end{document}
  74.  
  75. documentclass[10pt, a4paper]{report}
  76. usepackage{shorttoc}
  77.  
  78. renewcommand*contentsname{Contents (detailed)}
  79.  
  80. begin{document}
  81.  
  82. shorttoc{Contents}{1} % Only sections
  83.  
  84. tableofcontents
  85.  
  86. documentclass[10pt, a4paper]{report}
  87. usepackage{shorttoc}
  88. usepackage{hyperref}
  89.  
  90. renewcommand*contentsname{Contents (detailed)}
  91.  
  92. begin{document}
  93.  
  94. pdfbookmark[1]{Contents}{toc}
  95. shorttoc{Contents}{1}
  96.  
  97. cleardoublepage
  98. pdfbookmark[1]{Contents (detailed)}{toc (detailed)}
  99. tableofcontents
  100.  
  101. {expandafterdefcsname @starttocendcsname#1{InputIfFileExists{jobname.#1}{}{}}%
  102. tableofcontents}
  103.  
  104. documentclass{report}
  105.  
  106. usepackage{hyperref}
  107.  
  108. begin{document}
  109.  
  110. setcounter{tocdepth}{1}
  111. setcounter{secnumdepth}{3}
  112.  
  113. {expandafterdefcsname @starttocendcsname#1{InputIfFileExists{jobname.#1}{}{}}%
  114. tableofcontents}
  115.  
  116. renewcommand*contentsname{Contents (detailed)}
  117.  
  118. setcounter{tocdepth}{3}
  119.  
  120. tableofcontents
  121.  
  122. chapter{XXX}
  123. section{YYY}
  124. subsection{WER}
  125. subsubsection{ABC}
  126. subsubsection{DEF}
  127. subsection{ZTR}
  128. subsubsection{OIU}
  129. subsubsection{OIZ}
  130. subsubsection{POI}
  131. section{YYY}
  132. subsection{WER}
  133. subsubsection{EDC}
  134. subsubsection{RFV}
  135. subsection{TGB}
  136. subsubsection{ZHN}
  137. subsubsection{OUH}
  138. subsubsection{WEK}
  139. chapter{ZZZ}
  140. chapter{AAA}
  141.  
  142. end{document}
  143.  
  144. documentclass{report}
  145.  
  146. usepackage{etoc}
  147. setcounter{tocdepth}{3}
  148.  
  149. usepackage{hyperref}
  150.  
  151. begin{document}
  152.  
  153. etocsetnexttocdepth{section}
  154. tableofcontents
  155.  
  156. renewcommand*contentsname{Contents (detailed)}
  157. tableofcontents
  158.  
  159. chapter{XXX}
  160. section{YYY}
  161. subsection{WER}
  162. subsubsection{ABC}
  163. subsubsection{DEF}
  164. subsection{ZTR}
  165. subsubsection{OIU}
  166. subsubsection{OIZ}
  167. subsubsection{POI}
  168. section{YYY}
  169. subsection{WER}
  170. subsubsection{EDC}
  171. subsubsection{RFV}
  172. subsection{TGB}
  173. subsubsection{ZHN}
  174. subsubsection{OUH}
  175. subsubsection{WEK}
  176. chapter{ZZZ}
  177. chapter{AAA}
  178.  
  179. end{document}
Add Comment
Please, Sign In to add comment