2012/4/13 Anne:
> I'm a bit of a lyx newb and I had the problem Sam Aaron had. So I pasted your
> TeX command (\def\@cite#1#2{[{#1\if <at> tempswa : #2\fi}]}) into the TeX box
> at
> the beginning of my lyx document. But I still get the comma instead of the
> colon
> though and I don't quite know why.
The solution really depends what bibliography style (i.e., standard,
natbib, jurabib or biblatex) you are using. You should give us some
more information about that.
BTW the above (which probably only works for standard) is mangled by
the @-mapping of the mailing list. It really should read
\def\@cite#1#2{[{#1\if@tempswa : #2\fi}]}
Jürgen
> Many thanks!
> Anne