I received an error in bbl file when I used the revtex+texlive+texstudio in both windows and ubuntu environment. I think it is about bibtex or the bib file and tried for the whole day but still have no results. Error was below and files were attached.
many thanks!!
_______________________error like this:
Undefined control sequence {Kang}},\ }\href@noop
Undefined control sequence {Sendra}},\ }\href@noop
Undefined control sequence ...nt {Y.}~\bibnamefont {Ando}},\ }\href@noop
Undefined control sequence {Galindo}},\ }\href@noop
No Society specified, using default society aps.
No journal specified, using default pra.
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
__________________________________here are the smallest tex file below
Code: Select all
\documentclass[twocolumn, amssymb, preprint, showpacs,superscriptaddress]{revtex4-1} % use default format
\begin{document}
\begin{space} % {2.0}
\title[Running Short Title]{title} % don't need 2 lines, example to show linebreak \\
\section{\label{sec:1} Introduction}
one~\cite{kang1996acoustics}
two\cite{sendra1999computational}
three\cite{soeta2012effects}
four\cite{zamarreno2007acoustic}
\bibliographystyle{aipnum4-1}
\bibliography{smallest}
\end{space}
\end{document}
Code: Select all
\bibitem [{\citenamefont {Kang}(1996)}]{kang1996acoustics}%
\BibitemOpen
\bibfield {author} {\bibinfo {author} {\bibfnamefont {J.}~\bibnamefont
{Kang}},\ }\href@noop {} {\bibfield {journal} {\bibinfo {journal} {The
Journal of the Acoustical Society of America}\ }\textbf {\bibinfo {volume}
{99}},\ \bibinfo {pages} {985} (\bibinfo {year} {1996})}\BibitemShut
{NoStop}%
\bibitem [{\citenamefont {Sendra}(1999)}]{sendra1999computational}%
\BibitemOpen
\bibfield {author} {\bibinfo {author} {\bibfnamefont {J.~J.}\ \bibnamefont
{Sendra}},\ }\href@noop {} {\ (\bibinfo {year} {1999})}\BibitemShut
{NoStop}%
Code: Select all
@article{kang1996acoustics,
title={Acoustics in long enclosures with multiple sources},
author={Kang, Jian},
journal={The Journal of the Acoustical Society of America},
volume={99},
number={2},
pages={985--989},
year={1996},
publisher={Acoustical Society of America}
}
@article{sendra1999computational,
title={Computational acoustics in architecture},
author={Sendra, Juan J},
year={1999},
publisher={Wit Press}
pages={192}
}