From 96d45538e04f92ce1f8d72fdccd26d133dbf677b Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 28 Mar 2023 13:18:24 +0200 Subject: [PATCH] Do not indent the first after all sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This may not be the nicest way typographically, but it saves space. ¯\_(ツ)_/¯ --- jurafoo.sty | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jurafoo.sty b/jurafoo.sty index be2e64c..9658d45 100644 --- a/jurafoo.sty +++ b/jurafoo.sty @@ -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,