zepinglee / gbt7714-bibtex-style

GB/T 7714-2015 BibTeX Style
LaTeX Project Public License v1.3c
1.17k stars 196 forks source link

网址中,斜杠 `/` 后面会多出一个非 `¬` 符号,如图。 #60

Closed luo-chuan closed 4 years ago

luo-chuan commented 4 years ago

网址中,斜杠 / 后面会多出一个非 ¬ 符号,如图。

截图: 图片

bib 数据库代码:

@Article{sax059,
  author     = {Agrawal, Rakesh and Gehrke, Johannes and Gunopulos, Dimitrios and Raghavan, Prabhakar},
  journal    = {SIGMOD Rec.},
  title      = {Automatic Subspace Clustering of High Dimensional Data for Data Mining Applications},
  year       = {1998},
  issn       = {0163-5808},
  month      = jun,
  number     = {2},
  pages      = {94–105},
  volume     = {27},
  address    = {New York, NY, USA},
  doi        = {10.1145/276305.276314},
  groups     = {第1章绪论},
  issue_date = {June 1998},
  numpages   = {12},
  publisher  = {Association for Computing Machinery},
  url        = {https://doi.org/10.1145/276305.276314},
}

设置如下:

FUNCTION {load.config}
{
  #1 'uppercase.name :=
  #3 'max.num.authors :=
  #0 'sentence.case.title :=
  #0 'link.title :=
  #1 'title.in.journal :=
  #1 'show.mark :=
  #1 'show.medium.type :=
  #1 'slash.for.extraction :=
  #0 'in.booktitle :=
  #0 'abbreviate.journal :=
  #0 'italic.journal :=
  #0 'bold.journal.volume :=
  #0 'show.missing.address.publisher :=
  #0 'space.before.pages :=
  #0 'only.start.page :=
  #1 'show.url :=
  #0 'show.doi :=
  #0 'show.note :=
  #0 'show.english.translation :=
}
Liam0205 commented 4 years ago

@luo-chuan 我咋感觉这截图不像是 ltx 排版出来的?@zepinglee

zepinglee commented 4 years ago

这个截图不是 gbt7714-bibtex-style 生成的

luo-chuan commented 4 years ago

这个截图不是 gbt7714-bibtex-style 生成的

就是用gbt7714-bibtex-style生成的呀。我就是在这里下载的。

图片

Liam0205 commented 4 years ago

@luo-chuan 你这个是 Word 生成的……我们控制不了……

luo-chuan commented 4 years ago

@luo-chuan 你这个是 Word 生成的……我们控制不了……

哦哦,这样啊,那只有搜索替换了。感谢回复!

zepinglee commented 4 years ago

我不太了解这个 bibtex4word 是咋实现的,GB/T 7714-2015 的姓名格式是“Agrawal R”,而这个姓名却是“R. Agrawal”。

Word 的引用建议用 Zotero 之类软件的 Word 插件来插入参考文献,应该可以选 GB/T 7714-2015 格式。这些是用 CSL 实现的,感觉比 bibtex4word 更香。

luo-chuan commented 4 years ago

我不太了解这个 bibtex4word 是咋实现的,GB/T 7714-2015 的姓名格式是“Agrawal R”,而这个姓名却是“R. Agrawal”。

Word 的引用建议用 Zotero 之类软件的 Word 插件来插入参考文献,应该可以选 GB/T 7714-2015 格式。这些是用 CSL 实现的,感觉比 bibtex4word 更香。

作者那里是学校要求这种格式,然后我参考了你的这个建议 https://github.com/CTeX-org/gbt7714-bibtex-style/issues/54#issuecomment-611902101