Skip to content

Commit

Permalink
fix doi check
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Apr 18, 2018
1 parent d44b6a3 commit 2a472d5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ustcauthoryear.bst
Original file line number Diff line number Diff line change
Expand Up @@ -463,15 +463,15 @@ FUNCTION {format.doi}
{ t empty$ not}
{ t #1 #1 substring$ 'tmp.str :=
tmp.str "," = tmp.str " " = or
{ s is.doi.in.url not
{ s empty$ s is.doi.in.url or
'skip$
{ numnames #1 + 'numnames :=
numnames #1 >
{ ", " * }
{ "DOI: " * }
if$
"\doi{" s * "}" * *
}
'skip$
if$
"" 's :=
}
Expand Down
4 changes: 2 additions & 2 deletions ustcbachelor.bst
Original file line number Diff line number Diff line change
Expand Up @@ -462,15 +462,15 @@ FUNCTION {format.doi}
{ t empty$ not}
{ t #1 #1 substring$ 'tmp.str :=
tmp.str "," = tmp.str " " = or
{ s is.doi.in.url not
{ s empty$ s is.doi.in.url or
'skip$
{ numnames #1 + 'numnames :=
numnames #1 >
{ ", " * }
{ "DOI: " * }
if$
"\doi{" s * "}" * *
}
'skip$
if$
"" 's :=
}
Expand Down
4 changes: 2 additions & 2 deletions ustcnumerical.bst
Original file line number Diff line number Diff line change
Expand Up @@ -463,15 +463,15 @@ FUNCTION {format.doi}
{ t empty$ not}
{ t #1 #1 substring$ 'tmp.str :=
tmp.str "," = tmp.str " " = or
{ s is.doi.in.url not
{ s empty$ s is.doi.in.url or
'skip$
{ numnames #1 + 'numnames :=
numnames #1 >
{ ", " * }
{ "DOI: " * }
if$
"\doi{" s * "}" * *
}
'skip$
if$
"" 's :=
}
Expand Down
4 changes: 2 additions & 2 deletions ustcthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -2643,15 +2643,15 @@ FUNCTION {format.doi}
{ t empty$ not}
{ t #1 #1 substring$ 'tmp.str :=
tmp.str "," = tmp.str " " = or
{ s is.doi.in.url not
{ s empty$ s is.doi.in.url or
'skip$
{ numnames #1 + 'numnames :=
numnames #1 >
{ ", " * }
{ "DOI: " * }
if$
"\doi{" s * "}" * *
}
'skip$
if$
"" 's :=
}
Expand Down

0 comments on commit 2a472d5

Please sign in to comment.