diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2024-05-20 09:23:02 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2024-05-20 09:23:02 +0200 |
commit | 73ccb80928c54c664570d1a3e7035c3be65303fc (patch) | |
tree | 8c8c532fd9814076b18a5e67757e920db46ee35e /tex | |
parent | b77dc926f9bcb5c9f96bcfbc41e03e4e4c8f26d1 (diff) |
Style. Bugfix in section font
Diffstat (limited to 'tex')
-rw-r--r-- | tex/fripost.sty | 12 |
1 files changed, 5 insertions, 7 deletions
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 |