From 54a4c0b0e7c9bb0b09f172d649e70170a6554e32 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 1 Aug 2021 17:13:14 +0200 Subject: [PATCH] stop border pictures getting \parindent --- bind.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bind.sty b/bind.sty index 9e076bb0..2aa12255 100644 --- a/bind.sty +++ b/bind.sty @@ -237,7 +237,7 @@ bookmarks=true]% \newcommand{\toppicBorder}[2]{ \begin{figure*}[t!] - \begin{tcolorbox}[colframe=black,colback=gray] + \begin{tcolorbox}[before upper={\parindent0pt},colframe=black,colback=gray] \IfFileExists{images/#1.svg}{ \includesvg[width=\textwidth]{images/#1} }{ @@ -261,7 +261,7 @@ bookmarks=true]% \newcommand{\bottompicBorder}[2]{ \begin{figure*}[b!] - \begin{tcolorbox}[colframe=black,colback=gray] + \begin{tcolorbox}[before upper={\parindent0pt},colframe=black,colback=gray] \IfFileExists{images/#1.svg}{ \includesvg[width=\textwidth]{images/#1} }{ -- GitLab