st-- / annotate-equations

LaTeX package and annotated examples for annotating equations using TikZ.
MIT License
477 stars 18 forks source link

v0.2.1: use tikzset #15

Closed st-- closed 1 year ago

st-- commented 1 year ago

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 :)