Hans van der Meer wrote: > Well, obviously I interpreted the use of \V!-macros wrong. > I understood it being the ConTeXt way of making command strings > language independent, as in for example. > \c!corner=\v!rectangular
Ah, now it is clear to me (I was not paying attention close enough). Your understanding is fine, you just missed a small caveat. You have to put stuff that uses @, ! or ? in macro names within a block surrounded by \unprotect ... \protect (like the \makeat.. macros in LaTeX). Within such a block, the @, ! and ? act as letters for use inside macro names. > The article "Context System macros part1" <by the way is er a part @? No (but I still have hopes that there will be, someday ...) Cheers, Taco _______________________________________________ ntg-context mailing list [email protected] http://www.ntg.nl/mailman/listinfo/ntg-context
