BibTeX, biblatex and biberbibliography without URL and DOI fields

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
bbouling
Posts: 11
Joined: Tue Aug 05, 2008 11:17 am

bibliography without URL and DOI fields

Post by bbouling »

Hi,

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
corderin
Posts: 77
Joined: Sun Dec 14, 2008 2:27 pm

Re: bibliography without URL and DOI fields

Post by corderin »

Hi,

I think it is enough with removing the fields (url=...,DOI=...,) from the bibliography entry.

Regards.
bbouling
Posts: 11
Joined: Tue Aug 05, 2008 11:17 am

Re: bibliography without URL and DOI fields

Post by bbouling »

Of course it would do the trick, but may be for another report I would need the DOI information.
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.
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: bibliography without URL and DOI fields

Post by josephwright »

It depends not on the LaTeX side but on the bibliography style file you are using. What do you have in \bibliographystyle{...}?
Joseph Wright
bbouling
Posts: 11
Joined: Tue Aug 05, 2008 11:17 am

Re: bibliography without URL and DOI fields

Post by bbouling »

I use the elsarticle-num style (Elsevier article)
corderin
Posts: 77
Joined: Sun Dec 14, 2008 2:27 pm

Re: bibliography without URL and DOI fields

Post by corderin »

If you don´t want to remove the fields just comment them with %.
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...
Post Reply