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

allow variable size \mapNotes

parent 6e84cb51
Branches
No related tags found
No related merge requests found
......@@ -340,10 +340,10 @@ bookmarks=true]%
\renewcommand\mapLabels{}
}
\newcommand\mapNotes[1]{
\newcommand\mapNotes[2][\large]{
\renewcommand\mapLabels{
\foreach \mNum/\mX/\mY in {#1}{
\node [black, font=\large\scshape] at (0.\mX,0.\mY) {\outline[14]{\mNum}};
\foreach \mNum/\mX/\mY in {#2}{
\node [black, font=#1\scshape] at (0.\mX,0.\mY) {\outline[14]{\mNum}};
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment