The following example reproduces text from thereportexample but with\documentclass{book}, containing parts, chapters, sections, subsections and sub-subsections. If you open the example in Overleaf you should see that sub-subsections produced by\subsubsectionarenotnumbered. That is by design of the...
First, it’s easy to organize the text into sections, subsections, sub-subsections, and so on: It’s fairly simple to boldface or italicize text, insert images, tables, mathematical formulas, and anything else we can find on the toolbar: ...
Again, the commands\labeland\refare used for references. Thelabelis set after the\sectionstatement, i.e. the\labelcommand should be added after the counter number for the section has been generated. This also works on chapters, subsections and subsubsections. SeeSections and chapters. ...
but don't say anything \end{example} \subsubsection{Even more detail} \begin{example} \begin{equation} f(x)=\frac{x^2}{1+x^3} \end{equation} \begin{equation} f(x+\delta x)=\frac{(x+\delta x)^2}{1+(x+\delta x)^3} \end{equation} \end{example} \section{Third equation}...
Sections can be further divided into \subsection{...} and even \subsubsection{...}. The numbering of sections, subsections etc. is automatic but can be disabled by using the so-called starred version of the appropriate command which has an asterisk (*) at the end, such as \section*{....
A section and a subsection are added to the table of contents: In the first case, adding heading=bibintoc adds the title to the table of contents as an unnumbered chapter if possible or as an unnumbered section otherwise. The second case is heading=subbibintoc that adds the title as a...
A section and a subsection are added to the table of contents: In the first case, addingheading=bibintocadds the title to the table of contents as an unnumbered chapter if possible or as an unnumbered section otherwise. The second case isheading=subbibintocthat adds the title as a second ...
Again, the commands\labeland\refare used for references. Thelabelis set after the\sectionstatement, i.e. the\labelcommand should be added after the counter number for the section has been generated. This also works on chapters, subsections and subsubsections. SeeSections and chapters. ...
\subsection{Powers series} \label{powers} \begin{equation} \label{eq:1} \sum_{i=0}^{\infty} a_i x^i \end{equation} Equation \ref{eq:1} is a typical power series. \end{document} latexmkrc This latexmkrc file contains code to ensure the external files are compiled. $sub_doc_...
\subsubsection \paragraph \subparagraph Starred variants of these commands for unnumbered headings are also supported. If you use the optional argument of the command to supply a short title for the table of contents, the short title will be displayed in the file outline. For example, if you...