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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Annotated example of how to make annotated equations in LaTeX using TikZ.
1
+
# Annotate equations in LaTeX using TikZ
2
2
3
3
## A package with reusable commands
4
4
5
-

5
+

6
6
7
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
@@ -37,13 +37,13 @@ Using [`annotate_equations.sty`](https://github.com/st--/annotate_equations/blob
37
37
More details are in the [user manual](usermanual.pdf).
38
38
Should work with both pdflatex and lualatex.
39
39
40
-
## How to do it from scratch
40
+
## How to do it from scratch: annotated examples
41
41
42
-

42
+

43
43
44
44
Inspired by Sibin Mohan's https://github.com/synercys/annotated_latex_equations/, but with significantly simplified TikZ code, and with lots of comments to explain what is going on.
45
45
46
-
Two versions, one [as Beamer slides with transitions](https://github.com/st--/annotated_latex_equations/blob/main/demo_manual_annotate_beamer.tex), one [as an article](https://github.com/st--/annotated_latex_equations/blob/main/demo_manual_annotate_article.tex). For further examples, see https://github.com/synercys/annotated_latex_equations/.
46
+
Two versions, one [as Beamer slides with transitions](https://github.com/st--/annotate_equations/blob/main/examples/demo_manual_annotate_beamer.tex), one [as an article](https://github.com/st--/annotate_equations/blob/main/examples/demo_manual_annotate_article.tex). For further examples, see https://github.com/synercys/annotated_latex_equations/.
47
47
48
48
### Giving all highlight boxes the same height
49
49
@@ -53,7 +53,7 @@ Simply add a `\mathstrut` within the colorbox:
0 commit comments