我已经关注 在 LaTeX 中转换为 bibitem 转换为 \bibitem 格式。
但是,结果不如我使用常规references.bib
文件那么好。
例如,references.bib
文件中的一个条目是:
@inproceedings{dansereau2013decoding,
title={Decoding, calibration and rectification for lenselet-based plenoptic cameras},
author={Dansereau, Donald G and Pizarro, Oscar and Williams, Stefan B},
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
pages={1027--1034},
year={2013}
}
现在,在编译 latex 文件并生成 pdf 之后,我\bibitem
从output.bbl
获得的日志文件中复制所需的行:
\bibitem{dansereau2013decoding}
D.~G. Dansereau, O.~Pizarro, and S.~B. Williams, ``Decoding, calibration and
rectification for lenselet-based plenoptic cameras,'' in {\em Proceedings of
the IEEE conference on computer vision and pattern recognition},
pp.~1027--1034, 2013.
但是现在我的 pdf 文件以这种 bibitem 格式生成如下内容:
引号和逗号发生了巨大变化,看起来不像第一个结果那么美观。如何\bibitem
从文件中生成内容,以获得与使用简单文件.bbl
相同的逗号和引号样式references.bib
编辑:
我已referneces.bib
使用以下命令插入原始文件:
\bibliographystyle{ieeetr}
\footnotesize
\bibliography{references.bib}
采用 bibitem 格式的新文章具有:
\reftitle{References}
\begin{thebibliography}{999}
\bibitem{dansereau2013decoding}
D.~G. Dansereau, O.~Pizarro, and S.~B. Williams, ``Decoding, calibration and
rectification for lenselet-based plenoptic cameras,'' in {\em Proceedings of
the IEEE conference on computer vision and pattern recognition},
pp.~1027--1034, 2013.
\end{thebibliography}