From a1303f99413dfdddd250bf37d8277329a824e64f Mon Sep 17 00:00:00 2001 From: Lukian Date: Tue, 21 Jan 2025 16:32:16 +0100 Subject: [PATCH] fixed subsubsubsection and subsubsubsubsection sizes --- lib/cr.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cr.sty b/lib/cr.sty index 87134ea..a254b94 100644 --- a/lib/cr.sty +++ b/lib/cr.sty @@ -157,9 +157,9 @@ } \newcommand{\subsubsubsection}[1]{ - \paragraph{#1}\mbox{}\\ + \paragraph{\small #1}\mbox{}\\ } \newcommand{\subsubsubsubsection}[1]{ - \subparagraph{#1}\mbox{}\\ + \subparagraph{\footnotesize #1}\mbox{}\\ }