Natbib authoryear uses (Ref1; Ref2) by default.

I was confused when I checked this. It looks like plainnat.bst
overwrites this default to use [Ref1, Ref2] style instead, but
when using natbib's defaults you get the (Ref1; Ref2) style.
This commit is contained in:
Julien Rioux 2013-05-13 20:29:49 +02:00
parent 75ffcc8e86
commit 3d4076b598

View File

@ -45,10 +45,6 @@ CiteFormat default
_addtobib Add to bibliography only.
# macros
!open [
!sep ,
!close ]
!startlink {!<a href='#LyXCite-%clean:key%'>!}
!endlink {!</a>!}
@ -69,6 +65,10 @@ CiteFormat default
End
CiteFormat authoryear
!open (
!sep ;
!close )
!citet %!startlink%%!abbrvauthor%%!endlink% %!open%%!textbefore%%!year%%!nextcitet%
!citealt %!startlink%%!abbrvauthor% %!textbefore%%!year%%!endlink%%!nextcitealt%
!citealp %!startlink%%!abbrvauthor%, %!year%%!endlink%%!nextcitealp%
@ -85,6 +85,10 @@ CiteFormat authoryear
End
CiteFormat numerical
!open [
!sep ,
!close ]
!citet %!abbrvauthor% %!open%%!textbefore%{%dialog%[[#ID]][[%!startlink%#%key%%!endlink%]]}%!nextcitet%
!citealt %!abbrvauthor% %!textbefore%{%dialog%[[#ID]][[%!startlink%#%key%%!endlink%]]}%!nextcitealt%