如何引用讲稿

如何引用讲稿

我需要在海报中引用通过谷歌搜索找到的讲义。我应该在 bibtex 中包含哪些标准字段?

我感兴趣的讲稿是:

答案1

您想要的输出将取决于\bibliographystyle{}您使用的 (.bst 文件)。不过,您始终可以尝试使用 进行输入misc。例如:

@misc{Cunha13,
  author        = {Jo{\~a}o Cunha},
  title         = {Lecture notes in Computer Assisted Diagnosis},
  month         = {February},
  year          = {2013},
  publisher={Faculdade de Engenharia da Universidade do Porto}
}

相关内容