For the aipauth4-1
and related bibliography styles, you should be using the 4-1
version of the documentclass, i.e.. revtex4-1
instead of revtex4
. These new bibliography styles are one of the main features of the 4-1
release. See revtex4-1 on ctan.
Here is a minimal working pair of documents:

\documentclass[secnumarabic, graphics,floatfix,nofootinbib,
tightenlines,nobibnotes,aps,prl,12pt]{revtex4-1}
\begin{document}
\cite{Kapustin:2013hpk}
\cite{Mishra:2008dm}
\bibliographystyle{aipauth4-1}
\bibliography{bibl}
\end{document}
with bibl.bib
containing
@article{Kapustin:2013hpk,
author = "Kapustin, Anton and Willett, Brian",
title = "{Wilson loops in supersymmetric Chern-Simons-matter
theories and duality}",
year = "2013",
eprint = "1302.2164",
archivePrefix = "arXiv",
primaryClass = "hep-th",
SLACcitation = "%%CITATION = ARXIV:1302.2164;%%",
}
@article{Mishra:2008dm,
author = "Mishra, Ananta P. and Mohapatra, Ranjita K. and Saumia,
P.S. and Srivastava, Ajit M.",
title = "{Using cosmic microwave background radiation analysis
tools for flow anisotropies in relativistic heavy-ion
collisions}",
journal = "Phys.Rev.",
volume = "C81",
pages = "034903",
doi = "10.1103/PhysRevC.81.034903",
year = "2010",
eprint = "0811.0292",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:0811.0292;%%",
}
Compile via
latex mainfile
bibtex mainfile
latex mainfile
latex mainfile
where you tex
file is mainfile.tex
.
As the first entry has no journal infomation, it will generate a warning, but this is the data collected from the inspire site you mention. It would be better to change this entry to @misc
instead of @article
in the bibliography file.
If you don't want the archive information, the simplest thing is to remove the lines eprint
, archivePrefix
and primaryClass
from the bib
file, but you had probably better tell the reader where the paper can be found, e.g. via note
field if it is not in a journal.
Try using your commands in reverse order:
\usepackage[square,numbers,sort&compress]{natbib}
\bibliographystyle{apalike}
\bibliography{BachelorBib}
I have done in that way and it worked for me. I believe it didn't have anything to do with package which I used. My bibliography style was ieeetr
. Just give it a try.
Best Answer
The
month
field should store the month when the book or journal number was published, which is almost surely not the date the conference took place.That date interval is part of the title of the book; with scholar.google.com I got this BibTeX entry
that's how IEEE advertises it, see this link.
You might add
or more simply
but it would be misusing the field.