[Style] Make paragraph insert newline
All checks were successful
Update helpers / build_helpers (push) Successful in 21s
All checks were successful
Update helpers / build_helpers (push) Successful in 21s
This commit is contained in:
@@ -666,6 +666,14 @@
|
|||||||
% Same for urls (just one arg tho)
|
% Same for urls (just one arg tho)
|
||||||
\newcommand{\hlurl}[1]{\color{MidnightBlue}\fbox{\url{#1}}\color{black}}
|
\newcommand{\hlurl}[1]{\color{MidnightBlue}\fbox{\url{#1}}\color{black}}
|
||||||
|
|
||||||
|
\makeatletter
|
||||||
|
\renewcommand\paragraph{%
|
||||||
|
\@startsection{paragraph}{4}{0mm}%
|
||||||
|
{-\baselineskip}%
|
||||||
|
{.5\baselineskip}%
|
||||||
|
{\normalfont\normalsize\bfseries}}
|
||||||
|
\makeatother
|
||||||
|
|
||||||
|
|
||||||
% ___ _ _____ _ _
|
% ___ _ _____ _ _
|
||||||
% ( _ \ _( ) (_ _) ( ) ( )
|
% ( _ \ _( ) (_ _) ( ) ( )
|
||||||
|
|||||||
@@ -80,3 +80,11 @@
|
|||||||
|
|
||||||
% Same for urls (just one arg tho)
|
% Same for urls (just one arg tho)
|
||||||
\newcommand{\hlurl}[1]{\color{MidnightBlue}\fbox{\url{#1}}\color{black}}
|
\newcommand{\hlurl}[1]{\color{MidnightBlue}\fbox{\url{#1}}\color{black}}
|
||||||
|
|
||||||
|
\makeatletter
|
||||||
|
\renewcommand\paragraph{%
|
||||||
|
\@startsection{paragraph}{4}{0mm}%
|
||||||
|
{-\baselineskip}%
|
||||||
|
{.5\baselineskip}%
|
||||||
|
{\normalfont\normalsize\bfseries}}
|
||||||
|
\makeatother
|
||||||
|
|||||||
Reference in New Issue
Block a user