Skip to content

Examples of how to create colorful, annotated equations in Latex using Tikz.

License

Notifications You must be signed in to change notification settings

souzapd/annotated_latex_equations

This branch is up to date with synercys/annotated_latex_equations:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5cbac4e · Jul 12, 2022

History

21 Commits
Jan 11, 2022
Feb 16, 2022
Apr 21, 2022
Jul 12, 2022
Jan 10, 2022
Jan 10, 2022
Jan 10, 2022
Jan 10, 2022
Apr 21, 2022

Repository files navigation

The file "eqn_annotate.tex" is the main latex file.

This repository provides four examples of annotated equations:

  1. [example_prob.tex] A simple one inside the equation construct, in a double column format
  2. [example_prob2.tex] A more complex one, but this time inside the figure construct in a double column format
  3. [example_laplace.tex] Inside the wrapfigure construct but for a single column format
  4. [example_overlay.tex] More complicated examples, side-by-side using the minipage construct in a single column format

The folder, "example_output_figs" includes figures that show the outputs of the above four cases.

Note: the main latex file, "eqn_annotate.tex" includes many latex packages and some definitions that are required.

To build all the examples into a single file, type:

make

OR

pdflatex (or xelatex) eqn_annotate

The output PDF file (containing all the examples) is named: eqn_annotate.pdf

Update: There is now a Latex package that makes it easier to create annotated equations! Check it out. They have even created a demo file that uses the same examples as mine.

Link to the CTAN package page.

Examples

  • [example_prob.tex] A simple one inside the equation construct, in a double column format

example_prob.tex output

  • [example_prob2.tex] A more complex one, but this time inside the figure construct in a double column format

example_prob2.tex output

  • [example_laplace.tex] Inside the wrapfigure construct but for a single column format

example_laplace.tex output

  • [example_overlay.tex] More complicated examples, side-by-side using the minipage construct in a single column format

example_overlay.tex output

About

Examples of how to create colorful, annotated equations in Latex using Tikz.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 94.2%
  • Makefile 5.8%