Theses, Books, Title pages ⇒ Showing Sections and Subsections in Table of Contents using LaTeX tufte-book document class
Showing Sections and Subsections in Table of Contents using LaTeX tufte-book document class
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?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Showing Sections and Subsections in Table of Contents using LaTeX tufte-book document class
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.