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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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...