29 Aug
2010
29 Aug
'10
10:17 a.m.
Am 28.08.2010 um 21:02 schrieb Peter Münster:
On Sat, Aug 28 2010, Wolfgang Schuster wrote:
It's a problem with the optional argument, if the second argument is missing the space after the first is gobbled but it can be fixed.
It's a general problem with ConTeXt macros. The same applies for example for \externalfigure. Should this be fixed for all commands, that can be used in running text, or should this behaviour just be well documented?
The alternative defintions for \date and \externalfigure i showed do fix the problem with the space after the command but the price for this is that you can write the arguments in two different lines or put a space between them because the second argument is then no longer seen by tex. Wolfgang