From 660dee8bb7228a73d0cc87dfee5f7b7b836e9854 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Tue, 15 Dec 2020 10:15:22 +0100 Subject: [PATCH] adjust boxes --- bind.sty | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bind.sty b/bind.sty index ee56e0fd..6bfeaa27 100644 --- a/bind.sty +++ b/bind.sty @@ -30,13 +30,12 @@ \RequirePackage{colortbl} \RequirePackage[poster]{tcolorbox} \tcbuselibrary{breakable,raster} -%\tcbset{enhanced, attach boxed title to top center={yshift*=-3mm},drop shadow east,colback=white,arc=6mm,outer arc=1mm} \tcbset{enhanced, drop shadow east, -colframe=black,colbacktitle=black!5!white, +colframe=gray,colbacktitle=black!5!white, fonttitle=\bfseries,coltitle=black,attach boxed title to top center= {yshift=-0.25mm-\tcboxedtitleheight/2,yshifttext=-2mm-\tcboxedtitleheight/2}, -boxed title style={boxrule=0.5mm, +boxed title style={boxrule=-0.5mm, frame code={ \path[tcb fill frame] ([xshift=-4mm]frame.west) -- (frame.north west) -- (frame.north east) -- ([xshift=4mm]frame.east) -- (frame.south east) -- (frame.south west) -- cycle; }, @@ -276,7 +275,7 @@ bookmarks=true]% \newenvironment{speechtext}{\begin{quotation}\noindent}{\end{quotation}} -\tcolorboxenvironment{boxtext}{before upper={\parindent15pt}} +\tcolorboxenvironment{boxtext}{arc=0mm, before upper={\parindent15pt}} \tcolorboxenvironment{speechtext}{} \newenvironment{rolltable}% -- GitLab