Skip to content

Commit

Permalink
fix publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Apr 12, 2018
1 parent 4ea7834 commit b1b7e23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gbt7714-plain.bst
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ FUNCTION {format.address}

FUNCTION {format.sine.nomine}
{ is.in.chinese
{ "[出版地不详]" }
{ "[出版者不详]" }
{ "[s.n.]" }
if$
}
Expand Down
2 changes: 1 addition & 1 deletion gbt7714-unsrt.bst
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ FUNCTION {format.address}

FUNCTION {format.sine.nomine}
{ is.in.chinese
{ "[出版地不详]" }
{ "[出版者不详]" }
{ "[s.n.]" }
if$
}
Expand Down
2 changes: 1 addition & 1 deletion gbt7714.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ FUNCTION {format.address}
FUNCTION {format.sine.nomine}
{ is.in.chinese
{ "[出版地不详]" }
{ "[出版者不详]" }
{ "[s.n.]" }
if$
}
Expand Down

0 comments on commit b1b7e23

Please sign in to comment.