On Wednesday 26 June 2002 5:32 pm, Soeren Pietsch wrote: > Hi, > > Agnus could you tell why we need the following? > 2001-08-01 Angus Leeming <[EMAIL PROTECTED]> > > * insetcite.C (latex): Paranoia check. Make sure that there is no > whitespace between the citation keys. > > // Paranoia check: make sure that there is no whitespace in here > string content; > for (; it != end; ++it) { > if (*it != ' ') content += *it; > } > > It breaks compilation of my old lyx files (1.1.5) Why do we restrict > ourself to not using whitespaces in the key of citation references? > Latex never complained to me about it.
I think that LaTeX falls over if there is space /between/ keys: key1, key2, key3 I'm no LaTeX guru however. Ask Herbert! Angus