TJUThesis_master_2021 icon indicating copy to clipboard operation
TJUThesis_master_2021 copied to clipboard

期待有大佬出来解决一下The editor in C-COT is missing. empty editor in C-COT,看着warning有点烦

Open qinghew opened this issue 2 years ago • 4 comments

qinghew avatar Nov 29 '22 13:11 qinghew

我也期待

a171232886 avatar Dec 07 '22 10:12 a171232886

FUNCTION {format.editors}
{ editor empty$
    { "" }            % 这里改动了
    { editor format.names }
  if$
}

% format.collection.editors "editor" output.warn

↑出现了两次给注释掉

改完这两个地方就少了很多 warning

BIGWangYuDong avatar Mar 28 '23 14:03 BIGWangYuDong

FUNCTION {format.editors}
{ editor empty$
    { "" }            % 这里改动了
    { editor format.names }
  if$
}

% format.collection.editors "editor" output.warn

↑出现了两次给注释掉

改完这两个地方就少了很多 warning

在那个文件里进行改动?

KindJinrong avatar Oct 18 '23 03:10 KindJinrong

FUNCTION {format.editors}
{ editor empty$
    { "" }            % 这里改动了
    { editor format.names }
  if$
}

% format.collection.editors "editor" output.warn ↑出现了两次给注释掉 改完这两个地方就少了很多 warning

在那个文件里进行改动?

refeaences/TJUThesis.bst

BIGWangYuDong avatar Nov 01 '23 09:11 BIGWangYuDong