Skip to content

Commit

Permalink
update bst
Browse files Browse the repository at this point in the history
  • Loading branch information
weiquanmao committed Oct 16, 2022
1 parent e1cc702 commit 7d176a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bst/GBT7714-2005.bst
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ FUNCTION {start.bibitem} { % void Entry::start_bibitem()
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
FUNCTION {end.bibitem} { % void Entry::end_bibitem() {
cap.period write$ % write(cap_period);
%cap.period write$ % write(cap_period);
newline$ % writeln();
} % }
%
Expand Down
2 changes: 1 addition & 1 deletion bst/GBT7714-2015.bst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ FUNCTION {output.check}
}

FUNCTION {fin.entry}
{ add.period$
{ %add.period$
write$
newline$
}
Expand Down

0 comments on commit 7d176a3

Please sign in to comment.