【问题标题】:strange bibtex error奇怪的中文提供错误
【发布时间】:2011-07-19 22:16:28
【问题描述】:

我正在用乳胶写一篇科学论文,搁置了一会儿, 当我几天前回到它时,虽然我没有更改文件,但我无法让 bibtex 工作。 对于数据库的每个条目,我都会收到如下错误消息:

You're missing an entry type---line 83684 of file bibliography.bib
 : @
 :   manual{dionextn20,
I'm skipping whatever remains of this entry
You're missing an entry type---line 83694 of file bibliography.bib
 : @
 :   manual{dionextn21,
I'm skipping whatever remains of this entry

.bib 文件中的条目如下所示:

@manual{dionextn20,
  title = {Dionex Technical Note 20 - Analysis of Carbohydrates by High Performance
    Anion Exchange Chromatography with Pulsed Amperometric Detection
    (HPAE-PAD)},
  organization = {Dionex Corporation},
  address = {Dionex Corporation 1228 Titan Way P.O. Box 3603 Sunnyvale, CA, USA},
  year = {2000},
  key = {LPN 032857-04 5M 6/00}
}

@manual{dionextn21,
  title = {Dionex Technical Note 21 - Optimal Settings for Pulsed Amperometric
    Detection of Carbohydrates Using the Dionex ED40 Electrochemical
    Detector},
  organization = {Dionex Corporation},
  address = {Dionex Corporation 1228 Titan Way P.O. Box 3603 Sunnyvale, CA, USA},
  year = {1998},
  key = {LPN 034889-03 3.5M 10/98}
}

查看 bibtex 命令输出时,看起来 @ 和条目类型在不同的行中。 但在文件中它们不是。我试图在 vim 中替换 :%s/@manual/@manual/g ,但它没有帮助。 谁能帮我? 谢谢。

【问题讨论】:

标签: latex bibtex


【解决方案1】:

您的 BibTeX 样式文件 (*.bst) 似乎没有 @manual 条目类型。也许你的样式文件已经改变了。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-02-06
    • 2015-10-08
    • 2018-01-22
    • 2015-02-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多