annotate-equations
annotate-equations copied to clipboard
LaTeX package and annotated examples for annotating equations using TikZ.
Is there any way of getting e.g. `\sffamily` to apply across multiple lines?
Could not figure out how to get the combination of `\EAlabelanchor` and pgf math to work, either it complained about `\EAlabelanchor \EAwesteast` fusing into `southeast`, or with any attempts at...
At least the package `pgf ` (for `tikz`) and `tikzmark` are required to use `annotate-equations`. It should be a good idea to declare the dependency on these packages by listing...
It could be useful to allow the setting of background and text colours for`\eqnmarkbox`. Thanks for your package.
I want to create layered/hierarchical labels. For example, a group of terms within parentheses are the "background contribution" and the individual terms might be the "first order" and "trailing order"....
I tried using Aurora to insert the beautified formula into Word, and all functions can be implemented. But there seems to be some issues with the arrow and direction of...
environment : `overleaf` compiler=`lualatex` or `xelatex` ``` \begin{equation*} \eqnmarkbox[blue]{node1}{e_q^n} \eqnmark[red]{node2}{f(x)} \tikzmarknode{node3}{kT} \end{equation*} \tikzset{annotate equations/arrow/.style={->}} \annotatetwo[yshift=1em]{above}{node1}{node3}{text} %\annotate[yshift=1em]{left}{node1}{my} \annotate[yshift=-0.5em]{below, left}{node2}{annotation} \annotate[yshift=-0.1em]{below, label below}{node3}{text} ``` though I changed the default settings, the arrow...
If the equation to be labeled is on the bottom of one page and LaTeX does a pagebreak right after the equation, the labels will show up in the next...
Every once in a while it dislocates a piece of the equation inapropriately, like the equal sign on the second one: ``` \documentclass{report} \usepackage{annotate-equations} \begin{document} \[ a \tikzmarknode{node1}{=} b \]...
## Problem When the `\annotate` command is used _outside_ the math environment (as the examples use it), and extra line/paragraph is added after the math environment. If instead one puts...