From e202ec440d32e5f915b597e0f62eec3f39207fea Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sat, 20 Jan 2024 14:40:43 +0100 Subject: [PATCH] restructure map callouts --- layout.sty | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/layout.sty b/layout.sty index d3ed5e27..168c86fa 100644 --- a/layout.sty +++ b/layout.sty @@ -312,9 +312,8 @@ bookmarks=true]% \end{figure*} } -\newcommand\callout[4][4]{ - \centering% - \node[text=\pageOppositeColor, overlay, rectangle callout, callout relative pointer={(#3)}, fill=\pageSideColor,] (\arabic{enc}) at (#2) [text width=#1em]{#4}; +\newcommand\callout[5][4]{ + \node[text=\pageOppositeColor, overlay, rectangle callout, callout relative pointer={(#3)}, fill=\pageSideColor,] (\arabic{enc}) at (#2) [text width=#1em]{{\large\scshape#4}{ #5}}; } \newcommand\mapLegend[4]{ -- GitLab