From b3a0a13e1e72b67b259774a24e95e99b9afbc72c Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Fri, 12 Feb 2021 02:15:17 +0100 Subject: [PATCH] remove redundant \fancyfont commands --- bind.sty | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/bind.sty b/bind.sty index a72dfd82..c206d9f8 100644 --- a/bind.sty +++ b/bind.sty @@ -271,9 +271,6 @@ bookmarks=true]% \colorlet{chapnumcol}{black!100} -\newcommand{\FancyFont}{} -\newcommand{\fancyfont}{} - \titleformat{\chapter}[display] {\bfseries} {% @@ -290,16 +287,16 @@ bookmarks=true]% \node[minimum width=.25\textwidth, inner sep=-5, outer sep=0, anchor=south west, text width=.25\textwidth, align=left] at (chapname.south east) {\chapnumfont\textcolor{chapnumcol}{\Roman{chapter}}}; \end{tikzpicture}} {0pt} -{\Huge\FancyFont} +{\Huge} \titleformat{\section}[frame] {\needspace{20em}\normalfont} {\filright \footnotesize -\enspace \fancyfont SECTION \thesection\enspace} +\enspace SECTION \thesection\enspace} {8pt} -{\Large\bfseries\filcenter\fancyfont} +{\Large\bfseries\filcenter} \titleformat{\subsection}% {\needspace{9em}\center\large\bfseries}% -- GitLab