Math & Science ⇒ Small Legend to Symbols directly beneath Equation
Small Legend to Symbols directly beneath Equation
can anyone tell me how to write equations like shown in the attachment? I want to know if there is a special package for the small legend to symbols under the equation, which I assume since I saw this on several documents. Any hints are appreciated.
- Attachments
-
- equation-legend.png (15.98 KiB) Viewed 3884 times
Reason: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Small Legend to Symbols directly beneath Equation
I solved this rather succesfully by creating a tabular without any horizontal or vertical lines. Two left aligned columns. Put the symbols between $...$ markers.
A table didn't work because it would be placed elsewhere as a float not necessarily directly below the equation. The new line after an equation is implicit, I added a \par behind the tabular
I did not reduce the font size, but it seems trivial.
I hope this helps, I wonder if you found something different.
jlinkels