>>>>> "Patrick" == Patrick Zuther <[EMAIL PROTECTED]> writes:
Patrick> Hi all, I am just writing my thesis with lyx (great
Patrick> program). But now I have a problem, which I cannot solve by
Patrick> myself. The style guides at my university require round
Patrick> brackets for citations, instead of the used square ones.
Patrick> Does anybody know how to change this?
Get the package cite.sty, and add the following to your LaTeX
preamble:
\usepackage{cite}
\renewcommand{\citeleft}{(}
\renewcommand{\citeright}{)}
Hope this helps.
JMarc