BibTeX, biblatex and biberlatex natbib remove url doi isbn

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
pemfir
Posts: 23
Joined: Sun Aug 12, 2012 11:30 pm

latex natbib remove url doi isbn

Post by pemfir »

I would like to prevent natbib from outputing url, doi, isbn information in the reference section. I copied pasted the natbib.bst from the miktex main folder to my project folder, renamed it, and removed lines related to format.url output/format.doi output/format.isbn output according to

http://www.latex-community.org/forum/vi ... =50&t=5686

but it does not work and i still see those information in the pdf file. Any suggestions ? (On the same note, i am not even sure how latex recognizes to use the modified .bst file i have created in the project folder)

Thank you

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

latex natbib remove url doi isbn

Post by cgnieder »

Have you adjusted \bibliographystyle{...} to use your renamed version of natbib.bst? If yes, could you post a Infominimal working example and maybe attach your modified version of natbib.bst?

Regards
site moderator & package author
pemfir
Posts: 23
Joined: Sun Aug 12, 2012 11:30 pm

Re: latex natbib remove url doi isbn

Post by pemfir »

Thank you so much !!!! it worked !!!!!!!
Post Reply