I can't figure out how to get the sections and subsections to show up in the Table of Contents (TOC) in the tufte-book class. This template/PDF states on page 28 that the option [notoc] forces the class to revert back to a standard LaTeX TOC:
https://v1.overleaf.com/latex/templates ... jfqdjh.pdf
Yet, I have tried that on both MiKTeK and Overleaf and it is just not the case. Am I missing something?
Theses, Books, Title pages ⇒ Showing Sections and Subsections in Table of Contents using LaTeX tufte-book document class
NEW: TikZ book now 40% off at Amazon.com for a short time.
Showing Sections and Subsections in Table of Contents using LaTeX tufte-book document class
The value of the
tocdepth
(please note the link) counter decides which levels of outline are output. It is set to 0
in the tufte-book.cls
class file. Change the value of the counter in your preamble to get the output you want. This seems to be independent of whether you set the notoc
option or not.
Showing Sections and Subsections in Table of Contents using LaTeX tufte-book document class
Thank you! Issue resolved.