Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

conference格式修正 #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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: 4 additions & 2 deletions template/uestcthesis.bst
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,8 @@ FUNCTION {conference}
new.block
format.conference.title output
new.block
publisher ", " * address * output
booktitle output
address output
year output
format.comma.pages output
new.block
Expand All @@ -2005,7 +2006,8 @@ FUNCTION {conference}
new.block
format.conference.title output
new.block
publisher ", " * address * output
booktitle output
address output
year output
format.comma.pages output
new.block
Expand Down