[Style] Make paragraph insert newline
All checks were successful
Update helpers / build_helpers (push) Successful in 21s

This commit is contained in:
2026-02-28 14:23:23 +01:00
parent 39dac1bdc3
commit 591ee520fa
2 changed files with 16 additions and 0 deletions

View File

@@ -666,6 +666,14 @@
% Same for urls (just one arg tho)
\newcommand{\hlurl}[1]{\color{MidnightBlue}\fbox{\url{#1}}\color{black}}
\makeatletter
\renewcommand\paragraph{%
\@startsection{paragraph}{4}{0mm}%
{-\baselineskip}%
{.5\baselineskip}%
{\normalfont\normalsize\bfseries}}
\makeatother
% ___ _ _____ _ _
% ( _ \ _( ) (_ _) ( ) ( )

View File

@@ -80,3 +80,11 @@
% Same for urls (just one arg tho)
\newcommand{\hlurl}[1]{\color{MidnightBlue}\fbox{\url{#1}}\color{black}}
\makeatletter
\renewcommand\paragraph{%
\@startsection{paragraph}{4}{0mm}%
{-\baselineskip}%
{.5\baselineskip}%
{\normalfont\normalsize\bfseries}}
\makeatother