Skip to content
Snippets Groups Projects
Unverified Commit 2576e753 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

modify callout

parent f7a2df5e
Branches
Tags
No related merge requests found
......@@ -295,6 +295,7 @@ bookmarks=true]%
\setcounter{enc}{0}
\IfFileExists{images/#2.svg}{
\begin{tikzpicture}
\raggedright
\node (mapPic) {\includesvg[width=\textwidth]{images/#2}};
\csComments
\end{tikzpicture}
......@@ -311,8 +312,9 @@ bookmarks=true]%
\end{figure*}
}
\newcommand\callout[3]{
\node[text=white, overlay, rectangle callout, callout relative pointer={(#2)}, fill=black,] (\arabic{enc}) at (#1) [text width=4cm]{#3};
\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\mapLegend[4]{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment