BibTeX, biblatex and biber ⇒ bibliography without URL and DOI fields
bibliography without URL and DOI fields
In the bibliography part of my article, references mention the URL and DOI of the referred books and articles.
How may I avoid that?
Is it in the \bibliographystyle command?
Regards
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
Re: bibliography without URL and DOI fields
I think it is enough with removing the fields (url=...,DOI=...,) from the bibliography entry.
Regards.
Re: bibliography without URL and DOI fields
That's why I'd like to keep the information in the bib file and specify in my tex file (I don't know how yet) to hide the DOI and URL information in the bibliography part.
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: bibliography without URL and DOI fields
Re: bibliography without URL and DOI fields
Re: bibliography without URL and DOI fields
I particularly use babunsrt-fl style in order to have entries in different languages, but I never use the DOI field for example...
You could modify the .sty file and rename it, just remove from the .sty file the fields you don´t want to be printed. But I guess the tricky idea of commenting them would be more practical...