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,
|
%beforeskip=0pt,
|
||||||
font=\normalsize,
|
font=\normalsize,
|
||||||
prefixfont=\normalsize,
|
prefixfont=\normalsize,
|
||||||
|
afterindent=false,
|
||||||
]{part}
|
]{part}
|
||||||
\RedeclareSectionCommand[
|
\RedeclareSectionCommand[
|
||||||
runin=false,
|
runin=false,
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
tocindent=0cm,
|
tocindent=0cm,
|
||||||
tocnumwidth=2em,
|
tocnumwidth=2em,
|
||||||
counterwithin=part,
|
counterwithin=part,
|
||||||
|
afterindent=false,
|
||||||
]{section}
|
]{section}
|
||||||
\RedeclareSectionCommand[
|
\RedeclareSectionCommand[
|
||||||
runin=false,
|
runin=false,
|
||||||
|
@ -25,6 +27,7 @@
|
||||||
font=,
|
font=,
|
||||||
tocindent=0.5cm,
|
tocindent=0.5cm,
|
||||||
tocnumwidth=2em,
|
tocnumwidth=2em,
|
||||||
|
afterindent=false,
|
||||||
]{subsection}
|
]{subsection}
|
||||||
\RedeclareSectionCommand[
|
\RedeclareSectionCommand[
|
||||||
runin=false,
|
runin=false,
|
||||||
|
@ -33,6 +36,7 @@
|
||||||
font=,
|
font=,
|
||||||
tocindent=1cm,
|
tocindent=1cm,
|
||||||
tocnumwidth=2em,
|
tocnumwidth=2em,
|
||||||
|
afterindent=false,
|
||||||
]{subsubsection}
|
]{subsubsection}
|
||||||
\DeclareSectionCommand[
|
\DeclareSectionCommand[
|
||||||
afterskip=0pt,
|
afterskip=0pt,
|
||||||
|
|
Loading…
Reference in a new issue