Peter Frings <peter.fri...@agfa.com> writes: > We once thought of having some markup in our LaTeX files to track changes, > offering annotations. If > I recall correctly, we had a command \changed{old}{new}{comment}. > You could leave out the new or old text part: newly added text would be > \changed{}{bla bla}{this is > new text!}, deleted text would be \changed{completely wrong}{}{what an > idiot}. The command would > render the old/new text differently (gray, strikethrough, blue, whatever) and > add the comment as a > margin note.
There is actually a latex implementation of something like this in the =changes= package that comes with texlive (at least)! This package has commands like \added and \deleted as well. There is also the =changebar= package which draws change bars in the margin. I've used both in the past but found them too cumbersome. I prefer simply relying on version control systems (git etc.). -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode