Skip to content

Commit ff0d770

Browse files
authored
fix inadvertent spaces in \annotate and \annotatetwo definitions (#27)
1 parent b4ca808 commit ff0d770

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

annotate-equations.sty

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
\pgfkeys{/eqnannotate, #2}% %%% all configuration options
126126
\def\myEAmarkOne{#3}%
127127
\def\myEAmarkTwo{#4}%
128-
\colorlet{currentcolor}{.}
128+
\colorlet{currentcolor}{.}%
129129
\def\myEAtext{#5}%
130130
\def\myEAcolor{\usevalue{\myEAmarkOne}}%
131131
\begin{tikzpicture}[overlay,remember picture,>=stealth,nodes={align=left,inner ysep=1pt},<-]
@@ -161,16 +161,16 @@
161161
%
162162
%
163163
% #1: (optional) extra args for \node e.g. yshift=...
164-
\pgfkeys{/eqnannotate, #2}
164+
\pgfkeys{/eqnannotate, #2}%
165165
\def\myEAmarks{#3}%
166166
\extractfirst\myEAmark\myEAmarks% %%% get first node for color and annotation
167167
\def\myEAtext{#4}%
168168
%
169169
%
170-
\colorlet{currentcolor}{.}
170+
\colorlet{currentcolor}{.}%
171171
\def\myEAcolor{\usevalue{\myEAmark}}%
172172
%
173-
\def\EAspace{ } % workaround: did not find any other way of getting a space into \myEAlabelanchor without upsetting LaTeX/PGF/... somehow
173+
\def\EAspace{ }% %%% workaround: did not find any other way of getting a space into \myEAlabelanchor without upsetting LaTeX/PGF/... somehow
174174
\edef\myEAlabelanchor{\EAlabelanchor\EAspace\EAwesteast}%
175175
%
176176
%

0 commit comments

Comments
 (0)