Skip to content
Snippets Groups Projects
Commit e26a223c authored by Ola Leifler's avatar Ola Leifler
Browse files

Merge branch 'add-secnumdepth' into 'master'

Added secnumdepth explicitly to the settings

See merge request olale55/liuthesis!43
parents b53229a5 abe87a8f
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,11 @@
}
\makeatother
%% Customize the depth of the sections and subsections; too many numbered levels does not look good.
%% secnumdepth=2 or 3 work well, depending on your writing style
\setcounter{secnumdepth}{3} % \chapter=1, \section=2, \subsection=3 are numbered, but levels below this are not
\setcounter{tocdepth}{1} % \chapter=0, \section=1, \subsection=2 are included in the table of contents
%% To set bibliography options, refer to the biblatex manual and use
%% the ExecuteBibliographyOptions command below to set your options
......
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