Jakob Witten wrote:
> HI,
>
> like many others before, I would likt to change the () parethesis into
> [] in my citation-refereces in the document. On my Suse 9.0-system runs
> LYX 1.3.2 using the natbib-package. I tryed to modify natbib.conf, but
> there was no effect at all. I tryed add some \renewcommand to the
> preamble --nothing. When I tryed the \usepackage{cite} there appered
> so many error-messages, that I finally gave up.
> Sorry, but I am not a LINUX-pro yet. Also sorry for my english, my
> french is much better (and my german too, of course) .
Your English is fine. Better than my French.
Try grabbing natbib.dvi, the documentation for natbib, and read section 4.8
"Selecting Citation Punctuation" which describes '\bibpunct'
Basically, putting something like
\bibpunct{[}{]}{,}{a}{}{;}
in your preamble will change the output of
\citep{jon90,jon91,jam92}
into [Jones et al. 1990; 1991. Ja,es et al. 1992].
--
Angus