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.

Soeren

======================================================================
Does fuzzy logic tickle?

Reply via email to