fixed subsubsubsection and subsubsubsubsection sizes

This commit is contained in:
Lukian 2025-01-21 16:32:16 +01:00
parent dab688f37a
commit a1303f9941

View file

@ -157,9 +157,9 @@
} }
\newcommand{\subsubsubsection}[1]{ \newcommand{\subsubsubsection}[1]{
\paragraph{#1}\mbox{}\\ \paragraph{\small #1}\mbox{}\\
} }
\newcommand{\subsubsubsubsection}[1]{ \newcommand{\subsubsubsubsection}[1]{
\subparagraph{#1}\mbox{}\\ \subparagraph{\footnotesize #1}\mbox{}\\
} }