Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions inst/rmarkdown/templates/sage/skeleton/sageh.bst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%% merlin.mbs (with options: `ay,nat,nm-rvx,ed-rev,jnrlst,keyxyr,dt-beg,yr-par,yrp-x,note-yr,volp-sp,pp-last,num-xser,ser-vol,ser-ed,jnm-x,add-pub,pre-edn,isbn,doi,edparxc,in-col,pp,ed,xedn,and-xcom,url,url-blk,nfss,')
%% ----------------------------------------
%% *** Sage Harvard reference style ***
%%
%%
%% Copyright 1994-2011 Patrick W Daly
% ===============================================================
% IMPORTANT NOTICE:
Expand Down Expand Up @@ -230,10 +230,10 @@ FUNCTION {bbl.etal}
{ "et~al." }

FUNCTION {bbl.editors}
{ "eds." }
{ "eds" }

FUNCTION {bbl.editor}
{ "ed." }
{ "ed" }

FUNCTION {bbl.edby}
{ "edited by" }
Expand Down
6 changes: 3 additions & 3 deletions inst/rmarkdown/templates/sage/skeleton/sagev.bst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%% merlin.mbs (with options: `seq-no,nm-rvx,ed-rev,jnrlst,nmlm,x3,m3,mcite,mct-3,mct-x3,dt-jnl,xmth,jxper,volp-sp,pp-last,num-xser,numser,ser-vol,ser-ed,jnm-x,add-pub,pre-edn,isbn,doi,edparxc,pp,ed,xedn,and-xcom,eprint,url,url-blk,nfss,')
%% ----------------------------------------
%% *** Sage Vancouver reference style ***
%%
%%
%% Copyright 1994-2011 Patrick W Daly
% ===============================================================
% IMPORTANT NOTICE:
Expand Down Expand Up @@ -243,10 +243,10 @@ FUNCTION {bbl.etal}
{ "et~al." }

FUNCTION {bbl.editors}
{ "eds." }
{ "eds" }

FUNCTION {bbl.editor}
{ "ed." }
{ "ed" }

FUNCTION {bbl.edby}
{ "edited by" }
Expand Down