I am using tufte-book document class. I would like to add a part at the end of the document which is neither a chapter nor a section. How can I do for making this part visible in the tableofcontents?
asked Jun 18, 2013 at 10:53 791 1 1 gold badge 5 5 silver badges 6 6 bronze badgesYou may use the \addcontentsline command. The syntax is defined as follows
\addcontentslinewill add Appendix to your table of contents, but will NOT typeset the heading within the document. You need to use \chapter* for this.
\documentclass \setcounter \setcounter \begin \tableofcontents \chapter \section \chapter \section \section \chapter* \addcontentsline \section* \addcontentsline \subsection* \addcontentsline \end