You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Annotated example of how to make annotated equations in LaTeX using TikZ.
2
2
3
-
## Work in progress: turning it into reusable commands
3
+
## A package with reusable commands
4
4
5
5

6
6
7
-
Using [`annotate_equations.sty`](https://github.com/st--/annotated_latex_equations/blob/main/annotate_equations.sty), an equation can easily be annotated as follows:
7
+
Using [`annotate_equations.sty`](https://github.com/st--/annotate_equations/blob/main/annotate_equations.sty), an equation can easily be annotated as follows:
8
8
```latex
9
9
\begin{equation*}
10
10
\mathcal{O}\big(
@@ -34,6 +34,9 @@ Using [`annotate_equations.sty`](https://github.com/st--/annotated_latex_equatio
34
34
\annotate[yshift=-1em]{below}{M}{\# of samples for $\mathbb{E}_y$}
35
35
```
36
36
37
+
More details are in the [user manual](usermanual.pdf).
38
+
Should work with both pdflatex and lualatex.
39
+
37
40
## How to do it from scratch
38
41
39
42

0 commit comments