From 2c8d9aa5edb26e9583d32a91aa8085f4bf66a4fa Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 22 Jan 2024 23:25:34 +0100 Subject: [PATCH] tidy up \widePic --- layout.sty | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/layout.sty b/layout.sty index 83e3b459..e2c96b8d 100644 --- a/layout.sty +++ b/layout.sty @@ -291,26 +291,19 @@ bookmarks=true]% \label{#2} } - %before upper={\parindent0pt}, - %boxrule=0mm, - %finish fading vignette={size=0.02\textwidth}, - \newcommand{\widePic}[2][b]{ \begin{figure*}[#1!] \setcounter{enc}{0} - %\IfFileExists{images/#2.svg}{} \begin{tikzpicture}[every shadow/.style={ shadow blur invert, shadow xshift=-1pt, shadow yshift=-3pt }] \node[path fading=semi west,blue] (mapPic) {\pic{#2}}; - \tcbvignette{outside node=mapPic, lowered color=\pageSideColor,size=4mm} \csComments \end{tikzpicture} - \label{#2} - \renewcommand\csComments{} \end{figure*} + \renewcommand\csComments{} } \newcommand\callout[5][4]{ -- GitLab