10 Jan
2007
10 Jan
'07
1:56 p.m.
Taco wrote:
Robin.Kirkham@csiro.au wrote:
\setuppublicationlist[ authoretallimit=100, artauthoretallimit=100, maybeyear=off ]
The solution is really simple. Move the closing bracket to the previous line, like so:
\setuppublicationlist[ authoretallimit=100, artauthoretallimit=100, maybeyear=off]
otherwise you assign the value "off<nl>" to maybeyear. This is true throughout context: you have to be careful about whitespace in arguments.
OK ... or terminate the argument with a % or a , ... of course I should have guessed this! Many thanks, Robin