How to Remove URL from Bibtex Entries in RevTex?

  • Thread starter Thread starter aihaike
  • Start date Start date
  • Tags Tags
    Bibtex
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 11K views
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!