I just realized that pgfkeys/\tikzset makes it very easy to allow customization of the style of both arrows and text. This PR adds new paths annotate equations/arrow and annotate equations/text that can change the style of arrow path and text node, respectively, using for example \tikzset{annotate equations/arrow/.style={dotted}} for a dotted annotation line. Resolves #14 :)
I just realized that pgfkeys/
\tikzset
makes it very easy to allow customization of the style of both arrows and text. This PR adds new pathsannotate equations/arrow
andannotate equations/text
that can change the style of arrow path and text node, respectively, using for example\tikzset{annotate equations/arrow/.style={dotted}}
for a dotted annotation line. Resolves #14 :)