Do not indent the first after all sections
This may not be the nicest way typographically, but it saves space. ¯\_(ツ)_/¯
This commit is contained in:
parent
de468a1350
commit
96d45538e0
|
@ -8,6 +8,7 @@
|
|||
%beforeskip=0pt,
|
||||
font=\normalsize,
|
||||
prefixfont=\normalsize,
|
||||
afterindent=false,
|
||||
]{part}
|
||||
\RedeclareSectionCommand[
|
||||
runin=false,
|
||||
|
@ -17,6 +18,7 @@
|
|||
tocindent=0cm,
|
||||
tocnumwidth=2em,
|
||||
counterwithin=part,
|
||||
afterindent=false,
|
||||
]{section}
|
||||
\RedeclareSectionCommand[
|
||||
runin=false,
|
||||
|
@ -25,6 +27,7 @@
|
|||
font=,
|
||||
tocindent=0.5cm,
|
||||
tocnumwidth=2em,
|
||||
afterindent=false,
|
||||
]{subsection}
|
||||
\RedeclareSectionCommand[
|
||||
runin=false,
|
||||
|
@ -33,6 +36,7 @@
|
|||
font=,
|
||||
tocindent=1cm,
|
||||
tocnumwidth=2em,
|
||||
afterindent=false,
|
||||
]{subsubsection}
|
||||
\DeclareSectionCommand[
|
||||
afterskip=0pt,
|
||||
|
|
Loading…
Reference in a new issue