From 0f52fdfa88ce571c6fc87bccced6be40cd0711db Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Tue, 26 Jan 2021 01:18:26 +0100 Subject: [PATCH] increase chapline width --- bind.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind.sty b/bind.sty index f77d274b..66cea7d0 100644 --- a/bind.sty +++ b/bind.sty @@ -250,7 +250,7 @@ bookmarks=true]% \addtocounter{pageDarkness}{10} \fi \begin{tikzpicture} - \node[minimum width=\linewidth+1em, text=white, fill=\pageSideColor, inner sep=1, outer sep=0, anchor=south] (rectinit) {\Huge \headingtype}; + \node[minimum width=\linewidth+2em, text=white, fill=\pageSideColor, inner sep=1, outer sep=0, anchor=south] (rectinit) {\Huge \headingtype}; \node[minimum width=.75\textwidth, text=white, inner sep=3, outer sep=0, anchor=south west, text width=.75\textwidth, align=right] at (rectinit.south west) (chapname) {}; \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}} -- GitLab