Skip to content
Snippets Groups Projects
Commit 28b76dfb authored by Tomáš Nováček's avatar Tomáš Nováček
Browse files

Moving secnumdepth to cls. Changing tocdepth to 4 (subsubsection)

parent 59030138
No related branches found
No related tags found
No related merge requests found
...@@ -263,13 +263,6 @@ ...@@ -263,13 +263,6 @@
{} {}
{} {}
   
% \titleformat{\subsection}
% {\frontsubsectionfont\color{heading}}{{{\color{black}\thesubsection}}}{1em}{}[\vskip -1em]
% \titleformat{\subsubsection}
% {\frontsubsubsectionfont\color{heading}}{{{\color{black}\thesubsubsection}}}{1em}{}[\vskip -1em]
% \makeatletter % \makeatletter
\@openrightfalse \@openrightfalse
% \makeatother % \makeatother
...@@ -284,6 +277,9 @@ ...@@ -284,6 +277,9 @@
\def\frontsectionfont{\large\bfseries} \def\frontsectionfont{\large\bfseries}
\def\frontsubsectionfont{\large} \def\frontsubsectionfont{\large}
\def\frontsubsubsectionfont{\bfseries} \def\frontsubsubsectionfont{\bfseries}
\setcounter{secnumdepth}{4} % numbering sections; 4: subsubsection
\setcounter{tocdepth}{4} % table of content depth; 4: subsubsection
% frontmatter headings end % frontmatter headings end
   
% frontmatter pseudochapters: named part without printing actual chapter heading % frontmatter pseudochapters: named part without printing actual chapter heading
...@@ -304,7 +300,7 @@ ...@@ -304,7 +300,7 @@
\renewcommand*{\l@chapter}[2]{% \renewcommand*{\l@chapter}[2]{%
\stdl@chapter{\textcolor{heading}{#1}}{\textcolor{heading}{#2}}} \stdl@chapter{\textcolor{heading}{#1}}{\textcolor{heading}{#2}}}
% \makeatother % \makeatother
% table of contents colored chapters end % table of contents coloured chapters end
   
% headers and footers % headers and footers
% \makeatletter % \makeatletter
......
...@@ -82,10 +82,6 @@ ...@@ -82,10 +82,6 @@
   
\RequirePackage{pdfpages}[2020/01/28] \RequirePackage{pdfpages}[2020/01/28]
   
\setcounter{secnumdepth}{4} % numbering sections; 4: subsubsection
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CUSTOMIZATION of this template END % CUSTOMIZATION of this template END
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment