我引用了 IEEE-754 标准,但它没有作者。但是,当我生成 PDF 时,我使用的工具 (texnixcenter) 会发出警告,说没有作者。我想知道如何消除这个警告?
以下是我拥有的 IEEE-754 标准 bibtex 条目:
@ARTICLE{ieee754std,
journal={IEEE Std 754-2008},
title={{IEEE Standard for Floating-Point Arithmetic}},
year={2008},
pages={1-70},
keywords={IEEE standards;floating point arithmetic;programming;IEEE standard;arithmetic formats;computer programming;decimal floating-point arithmetic;754-2008;NaN;arithmetic;binary;computer;decimal;exponent;floating-point;format;interchange;number;rounding;significand;subnormal},
doi={10.1109/IEEESTD.2008.4610935},}
答案1
书目条目分类错误。我认为应该
@manual
或者
@booklet
以下是我的编码方式(没有任何警告):
\begin{filecontents*}{\jobname.bib}
@manual{ieee754std,
note={{IEEE Std 754-2008}},
title={{IEEE} Standard for Floating-Point Arithmetic},
year={2008},
pages={1-70},
keywords={IEEE standards;floating point arithmetic;
programming;IEEE standard;arithmetic formats;
computer programming;decimal floating-point arithmetic;
754-2008;NaN;arithmetic;binary;computer;decimal;exponent;
floating-point;format;interchange;number;rounding;
significand;subnormal},
doi={10.1109/IEEESTD.2008.4610935},
}
\end{filecontents*}
\documentclass{article}
\begin{document}
\nocite{ieee754std}
\bibliographystyle{IEEEtran}
\bibliography{\jobname}
\end{document}
请注意,这filecontents*
只是一个示例,您可以.bib
照常使用您的文件。
答案2
我认为最好的解决方案是使用@misc
:
- 标准标题未“加粗”
- 它为您提供页面和相同的格式
@article
- ...并且没有错误