diff --git a/janishutz-helpers.tex b/janishutz-helpers.tex index 0d47d4f..f3e2115 100644 --- a/janishutz-helpers.tex +++ b/janishutz-helpers.tex @@ -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 + % ___ _ _____ _ _ % ( _ \ _( ) (_ _) ( ) ( ) diff --git a/src/style.sty b/src/style.sty index b149533..e460c7a 100644 --- a/src/style.sty +++ b/src/style.sty @@ -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