I was used to use \setcounter{secnumdepth}{...} in order to get the numbers of a section shown. Today it seems, that this does not work anymore!? Here's my minimal example, for which I cannot get the section and subsection numbering.
\documentclass[]{tufte-book}
\usepackage{blindtext}
\setcounter{tocdepth}{3}
\setcounter{secnumdepth}{3}
\begin{document}
\chapter{Introduction}
\blindtext
\section{First}
\blindtext
\subsection{First Second}
\blindtext
\section{Second}
\end{document}
Please, any help is appreciated... Kind Regards,
George
tuftedoes not definesubsubsection,\setcounter{secnumdepth}{2}would be sufficient (and this is truetocdepthas well) – Mar 29 '16 at 09:30Document Class: tufte-book 2015/06/21 v3.5.2 Tufte-book classand I cannot see the numbers... – George Mar 29 '16 at 09:58.auxand.tocfiles etc. Recompile then. The example above works for me out of the box – Mar 29 '16 at 10:32<2016/02/01>thus a rather new basis... I#ve tried on a different system (virtual machine running a ubuntu box on 14.04 basis) and it worked, thus it seems to be related to installation/version specific stuff... arghhhh – George Mar 29 '16 at 10:56TeXLive 2015on Linux, daily updated, so I assume my distribution is really 'new' – Mar 29 '16 at 10:59titlesec; it's probably an instance of the bug in a previous version, see http://tex.stackexchange.com/questions/299969/titlesec-loss-of-section-numbering-with-the-new-update-2016-03-15 – egreg Jun 30 '16 at 23:27