mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
75ffcc8e86
commit
3d4076b598
@ -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%
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user