How to Remove URL from Bibtex Entries in RevTex?

  • Thread starter Thread starter aihaike
  • Start date Start date
  • Tags Tags
    Bibtex
AI Thread Summary
Mendeley Desktop users managing bibliographies with BibTeX may encounter issues with URLs appearing in references when using the RevTex package. A user sought a solution to remove these URLs, prompting interest from others in the forum. A helpful response suggested adding the command \bibliographystyle{aipnum4-1} in the LaTeX preamble, which successfully resolved the issue for the original poster.
aihaike
Messages
52
Reaction score
0
Dear all,

I use Mendeley Desktop to manage my bibliography and it put the url in the bibtex files.
Well, I also use the package RevTex and it puts the latter url in the references.
So, I wonder if there is a Latex/bibtex way to get rid of it.
Thanks in advance,

Eric.
 
Physics news on Phys.org
I do not know, but I am also very interested in knowing the answer for that question. Therefore I pop the thread up.
 
Hi,

I just add
Code:
\bibliographystyle{aipnum4-1}
in the preamble.

Éric.
 
This helped me thanx!
 
Back
Top