Skip to content

Commit

Permalink
use textbf in RedeclareSectionCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Dec 4, 2023
1 parent 450464c commit ddc8458
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions template/eisvogel.latex
Original file line number Diff line number Diff line change
Expand Up @@ -583,26 +583,6 @@ $endif$
\setsansfont{Arial Unicode MS}
\setmonofont{Source Code Pro}

\usepackage{titlesec}

\titleformat{\chapter}
{\normalfont\fontsize{16}{19}\sffamily\bfseries}
{\thechapter}
{1em}
{}

\titleformat{\section}
{\normalfont\fontsize{14}{18}\sffamily\bfseries}
{\thesection}
{1em}
{}

\titleformat{\subsection}
{\normalfont\fontsize{12}{17}\sffamily\bfseries}
{\thesubsection}
{1em}
{}

%
% heading color
%
Expand Down Expand Up @@ -901,17 +881,20 @@ $endif$
runin=false,
afterindent=false,
beforeskip=\baselineskip,
afterskip=0em]{section}
afterskip=0em]{section},
font=\textbf
\RedeclareSectionCommand[
runin=false,
afterindent=false,
beforeskip=.75\baselineskip,
afterskip=0em]{subsection}
afterskip=0em]{subsection},
font=\textbf
\RedeclareSectionCommand[
runin=false,
afterindent=false,
beforeskip=.5\baselineskip,
afterskip=0em]{subsubsection}
afterskip=0em]{subsubsection},
font=\textbf
\RedeclareSectionCommand[
runin=false,
%afterindent=false,
Expand Down

0 comments on commit ddc8458

Please sign in to comment.