【问题标题】:@Misc equivalent in CSL YAMLCSL YAML 中的 @Misc 等效项
【发布时间】:2019-06-12 18:12:49
【问题描述】:

我想从我的 BiBTeX 记录迁移:

@Misc{        propi-records-atletisme-en,
  author    = "Bordoy, Xavier",
  title     = "Athletics records",
  url       = "http://somenxavier.xyz/public/blog/fitxers/athletics-races.pdf",
  year = "2016"
}

到 CSL YAML:

references:
- type: "Misc"
  id: "propi-records-atletisme-en"
  author:
  - family: "Bordoy"
    given: "Xavier"
  title: "Athletics records"
  issued:
     year: "2016"
  URL: "http://somenxavier.xyz/bitacola/blog/athletics-races.pdf"

但是当我将它编译为 pandoc 时,我得到:

Error parsing references: 'Misc' is not a valid reference type

那么,@Misc 等价于什么?

【问题讨论】:

    标签: pandoc bibtex bibliography csl pandoc-citeproc


    【解决方案1】:

    CSL 具有比标准 bibtex (here's a full list) 更多的项目类型,因此没有单个 @misc 等效项,但对于您示例中的网页,您只需使用 type: "webpage"

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-03-03
      • 1970-01-01
      • 2020-12-06
      • 2019-04-16
      • 2013-12-16
      • 2018-06-25
      • 2015-07-09
      • 2017-10-24
      相关资源
      最近更新 更多