Skip to content
Snippets Groups Projects
Verified Commit b3900cbb authored by Malin Freeborn's avatar Malin Freeborn
Browse files

make \mapFeature command

parent d89cf422
Branches
No related tags found
No related merge requests found
......@@ -357,6 +357,11 @@ bookmarks=true]%
\node[text=\pageOppositeColor, overlay, rectangle callout, callout relative pointer={(#3)}, fill=\pageSideColor,] (\arabic{enc}) at (#2) [text width=#1em]{{\large\scshape#4}{ #5}};
}
\newcommand\mapFeature[3][0]{
\node at (#2) {\rotatebox{#1}{\Large\outline{#3}}};
}
\newcommand\mapLegend[4]{
\node [black, font=\bfseries] at (0.#2,0.#3) {#4 #1};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment