feat: better spacing of paragraphs, etc
Update helpers / build_helpers (push) Successful in 21s

This commit is contained in:
2026-07-12 15:53:55 +02:00
parent 38d21cf529
commit 276348a957
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -681,16 +681,16 @@
\makeatletter \makeatletter
\renewcommand\paragraph{% \renewcommand\paragraph{%
\@startsection{paragraph}{4}{0mm}% \@startsection{paragraph}{4}{0mm}%
{-\baselineskip}% {-0.5\parskip}%
{.5\baselineskip}% {0.25\parskip}%
{\normalfont\normalsize\bfseries}} {\normalfont\normalsize\bfseries}}
\makeatother \makeatother
\makeatletter \makeatletter
\renewcommand\subparagraph{% \renewcommand\subparagraph{%
\@startsection{subparagraph}{5}{0mm}% \@startsection{subparagraph}{5}{0mm}%
{-\baselineskip}% {-0.2\parskip}%
{.5\baselineskip}% {0.1\parskip}%
{\normalfont\small\bfseries}} {\normalfont\small\bfseries}}
\makeatother \makeatother
+4 -4
View File
@@ -84,16 +84,16 @@
\makeatletter \makeatletter
\renewcommand\paragraph{% \renewcommand\paragraph{%
\@startsection{paragraph}{4}{0mm}% \@startsection{paragraph}{4}{0mm}%
{-\baselineskip}% {-0.5\parskip}%
{.5\baselineskip}% {0.25\parskip}%
{\normalfont\normalsize\bfseries}} {\normalfont\normalsize\bfseries}}
\makeatother \makeatother
\makeatletter \makeatletter
\renewcommand\subparagraph{% \renewcommand\subparagraph{%
\@startsection{subparagraph}{5}{0mm}% \@startsection{subparagraph}{5}{0mm}%
{-\baselineskip}% {-0.2\parskip}%
{.5\baselineskip}% {0.1\parskip}%
{\normalfont\small\bfseries}} {\normalfont\small\bfseries}}
\makeatother \makeatother