From 73ccb80928c54c664570d1a3e7035c3be65303fc Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 20 May 2024 09:23:02 +0200 Subject: Style. Bugfix in section font --- tex/fripost.sty | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'tex/fripost.sty') diff --git a/tex/fripost.sty b/tex/fripost.sty index 4c25e4e..9c2cdd1 100644 --- a/tex/fripost.sty +++ b/tex/fripost.sty @@ -72,19 +72,17 @@ \@ifclassloaded{article}{ \RequirePackage{sectsty} \setcounter{secnumdepth}{3} % section numbering by default - \allsectionsfont{ - \sffamily\mdseries\color{grayFri} - } + \allsectionsfont{% + \sffamily\mdseries\color{grayFri}} \if@minutes \allsectionsfont{\sffamily\mdseries\color{grayFri}\normalsize} \fi }{} \@ifclassloaded{leaflet}{ \RequirePackage{sectsty} - \allsectionsfont{ - \sffamily\mdseries\color{grayFri} - \centering - } + \allsectionsfont{% + \sffamily\mdseries\color{grayFri}% + \centering} }{} % \end{macrocode} %% Enumeration -- cgit v1.2.3