Closed qscas closed 1 month ago
What version of the package are you using? I've just tried to reproduce your issue and the \tikzset
works fine for me.
Side notes:
<-
instead of ->
in your first example.\documentclass{article} \begin{document} ... \end{document}
boiler plate as well as including the annotate-equations
package as well as amsmath
for equations*
and change the color to just green
because I couldn't be bothered to also figure out the correct xcolor options... So it wasn't too bad this time, but generally the easier you make it for the author of a package to reproduce their issue, the more capacity they have left to actually consider how to fix it:)Can't reproduce this, and the comment on arrow direction is now captured in #28. Do re-open if you have anything new to add!
environment :
overleaf
compiler=
lualatex
orxelatex
though I changed the default settings, the arrow lines compiled still keep the original style.
\tikzset{annotate equations/arrow/. style = {color=ForestGreen, >=latex', very thick, dashed}}
also has no effect.