Skip to content

Commit

Permalink
Merge pull request #7 from AASJournals/blahblah
Browse files Browse the repository at this point in the history
March 2, 2016 update
  • Loading branch information
gregschwarz committed Mar 2, 2016
2 parents 7ee766c + ad064f4 commit 44f5fa3
Show file tree
Hide file tree
Showing 6 changed files with 5,558 additions and 5,233 deletions.
18 changes: 16 additions & 2 deletions bst/aasjournal.bst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
%%
%% $Log: apj.bst,v $

%% Revision 1.12 2016/2/11 Amy
%% Changes to @misc function to specifications by Dr. August Muench.
%% Made comma appear between title and publisher whether or not there is a version number.

%% Revision 1.11 2015/12/31 Amy
%% Changes to @misc function to specifications by Dr. August Muench.
%% Added version and publisher fields.
Expand Down Expand Up @@ -128,6 +132,7 @@ ENTRY
school
series
title
misctitle
type
volume
year
Expand Down Expand Up @@ -542,13 +547,22 @@ FUNCTION {format.title}
if$
}


FUNCTION {format.version}
{ version empty$
{ "" }
{ bbl.version version * ", " *}
if$
}

FUNCTION {format.miscversion}
{ version empty$
{ "" }
{ bbl.version version * "" *}
if$
}


FUNCTION {format.full.names}
{'s :=
#1 'nameptr :=
Expand Down Expand Up @@ -1016,7 +1030,7 @@ FUNCTION {format.aaspublisher}
{ "empty publisher in " cite$ * warning$ }
'skip$
if$
""
", "
address empty$ publisher empty$ and
'skip$
{
Expand Down Expand Up @@ -1323,7 +1337,7 @@ FUNCTION {misc}
date.block
format.title output
howpublished output
format.version output
format.miscversion output
format.aaspublisher
format.note output
format.pid output
Expand Down
Loading

0 comments on commit 44f5fa3

Please sign in to comment.