Thanks, Wolfgang. I missed this module first time around, sorry to say. ConTeXt now has some very nice tools for editorial markup. Alan On Mon, May 27, 2013 at 4:48 PM, Wolfgang Schuster < schuster.wolfgang@gmail.com> wrote:
Am 27.05.2013 um 15:36 schrieb Alan Bowen
: I an trying to use \definehighlight to define a macro that will color and overstrike selected text. Thus far,
\definehighlight[Delete][color=red,style={\overstrike}] \starttext test \Delete{test} test \stoptext
reports
! Too many }'s. system > tex > error on line 4 in file ...TEST.tex: Too many }'s ...
If I replace “\overstrike” with “bold”, “\Delete” works. “\overstrike” works otherwise, so am I trying the impossible here?
\usemodule[annotation]
\defineannotation[Delete][color=red,textcommand=\overstrike]
\starttext test \Delete{test} test \stoptext
Wolfgang
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________