我想引用下面一篇参考文献:
当我用bibtex写的时候编译总是出错. 我在bibtex文件这样写:
@article{wenping2007crossing,
title={On the Crossing Number of $K_m \Box P_n$},
author={Wenping, Zheng and Xiaohui, Lin and Yuansheng, Yang and Chong, Cui},
journal={Graphs and Combinatorics},
volume={23},
number={3},
pages={327--336},
year={2007},
publisher={Springer}
}
然后编译失败:
于是我去查看编译之后的bbl文件如下:
\bibitem{wenping2007crossing}
Z.~Wenping, L.~Xiaohui, Y.~Yuansheng, C.~Chong, On the crossing number of ${K}_m \box {P}_n$, Graphs and Combinatorics 23~(3) (2007) 327--336.
我发现 \Box 编译成 \box ,然后\box不识别了。不知道这个怎么解决。
PS:目前的临时方法我只能在编译好的bbl文件的box强行修改Box如下:
\bibitem{wenping2007crossing}
Z.~Wenping, L.~Xiaohui, Y.~Yuansheng, C.~Chong, On the crossing number of $K_m \Box P_n$, Graphs and Combinatorics 23~(3) (2007) 327--336.
但是太繁琐了。因为后续我还想加在bibtex里面别的参考文献。
我的全文代码如下:
\documentclass[12pt]{article}
\usepackage{amsmath,amsthm,amssymb,mathrsfs,lineno}
\begin{document}
Zheng and Lin et al. \cite{wenping2007crossing} proved that the crossing number $K_6 \Box P_2$
\bibliographystyle{e}
\bibliography{paper.bib}
\end{document}
代码全文及bib样式文件,paper.bib,见附件。 提前感谢!
用zotero导出的,你试试看
@article{wenping_2007,
title = {On the {{Crossing Number}} of {{$K_m$}} {$\square$} {{$P_n$}}},
author = {Wenping, Zheng and Xiaohui, Lin and Yuansheng, Yang and Chong, Cui},
date = {2007-06},
journaltitle = {Graphs and Combinatorics},
volume = {23},
number = {3},
pages = {327--336},
issn = {0911-0119, 1435-5914},
doi = {10.1007/s00373-007-0726-z}
}
看了下跟文献中的差不多
非常谢谢! 我稍微改动了下可以的,
大致如下效果:
这篇文章有趣的不按惯例写的作者姓和名。所以导致奇怪的引用。
@u13733 zotero太好了,谷歌学术这块一团糟。