Edwin Leuven wrote:

>> If you add them to BasicLyX.pm:187, it _should_ work:
> 
> it doesn't though, it creates empty citations...
> 
> thanks anyway
> 
> Ed.

reLyX has a list of recognised latex commands in syntax.default.

$ grep cite syntax.default
\cite[]{}
\nocite{}
$

This says that \cite can take an optional arg but \nocite cannot. I don't 
know about the natbib commands. Perhaps you could do some research for me. 
In the meantime, does adding these to syntax.default improve the situation?
\cite{}
\citet{}
\citealt{}
\citep{}
\citealp{}
\citeauthor{}
\citeyear{}
\citeyearpar{}

-- 
Angus

Reply via email to