Haixing-Hu / GBT7714-2005-BibTeX-Style

A GB/T 7714-2005 national standard compliant BibTeX style.
GNU General Public License v2.0
355 stars 65 forks source link

无法使用\bibentry命令 #4

Open ctexlive opened 10 years ago

ctexlive commented 10 years ago

使用gbt7714-2005.bst,正文里用\bibentry会出错. 附件图片改名为bib就是测试的bib文件. ref bib

\documentclass[UTF8,hyperref]{ctexbook}
\usepackage[super,sort&compress,square]{natbib}
\usepackage{bibentry}
\begin{document}
\bibliographystyle{plainnat} %用gbt7714-2005.bst就出错
\bibliography{Ref}
\section{论文}
\nobibliography*
\begin{enumerate}
\item \bibentry{faraon2010resonant} 
\item \bibentry{fu2008coupling}
\end{enumerate}
\end{document}
Haixing-Hu commented 10 years ago

确实有问题,暂时不支持bibentry的方式。还是改用外部 *.bib 文件的方式吧。