Results 217 comments of st--

Hi @vleni, do you think this is something that could be fixed within the `annotate-equations` package code? If you have any idea what it would take, please let me know...

This is my first-ever LaTeX package; as mentioned in a comment on the solution, a generic solution seems to be rather tricky - so not sure what I could do...

(Next time, it would be great if you could provide the code for reproducing your issue as a complete, self-contained and compilable ["minimal reproducible example"](https://stackoverflow.com/help/minimal-reproducible-example)! It's much easier if I...

I had to fix your example a bit (the node labels are `term1` and `term2`, not `A` and `B`), ~but then it seems to work fine for me:~ ![image](https://github.com/st--/annotate-equations/assets/5763727/aba7f438-4892-4ed5-9075-681698121a3b) Edit:...

Hi @William-Li-cy, thanks for your interest in my package. I'm afraid I don't know anything about Aurora- can you explain in more detail what you did?

Hm, one issue might be that TikZ requires multiple passes to get the arrows in the right place. Is there any option to say "run miktex twice" or something like...

Can you share the full code that you're putting into Aurora?

This does look like the plugin might not run LaTeX twice (which is needed to get the TikZ overlay with the annotation and arrow in the right place)... can you...

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: 1. The way I coded up...

Hi, you can already set the background colour of `\eqnmarkbox`, as described in the documentation, for example ```latex \eqnmarkbox[blue]{node-label}{...} ``` This will leave the text colour unchanged, but you can...