Adding margin notes to a document is more convenient and better noticable than comments between the lines. Latex provides a very easy way to add margin notes without changing the margins of your document.
You can add anything you like, e.g. a formula in the math environment, etc. And you don’t even need to use a package. Adding margin notes is a standard command in Latex, you just have to know it
. There you go:
\marginpar{Add formula for curvature}
Tags: LaTex, margin, margin notes
September 26, 2008 at 6:21 pm |
[...] the Blog on Latex Matters comes a tip about creating margin comments using the marginpar{…} tag, which is a built-in [...]
October 29, 2008 at 12:23 am |
cool!