BibTeX, biblatex and biberURL not shown in »model1-num-names« Bibliography Style

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
besbesmany
Posts: 9
Joined: Wed Jul 18, 2012 1:09 am

URL not shown in »model1-num-names« Bibliography Style

Post by besbesmany »

Hello All,

I'm happy to be here. I'm using LyX with elsarticle class and "model1-num-names.bst" for bibliography. I have a *.bib file like this.

Code: Select all

@ARTICLE{2012a,
  title = {UC Irvine Machine Learning Repository},
  year = {2012},
  url = {http://archive.ics.uci.edu/ml/}
}
The URL is not appearing at all in references in PDF. I can't show any reference at PDF. Please help me to show URLs in references

Thanks so much
Last edited by localghost on Wed Jul 18, 2012 10:48 am, edited 2 times in total.

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

besbesmany
Posts: 9
Joined: Wed Jul 18, 2012 1:09 am

URL not shown in »model1-num-names« Bibliography Style

Post by besbesmany »

I fount the solution :D

I should use note={\url{http://...}} not url={http://...}

I'm happy to find this forum, wish to help people.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

URL not shown in »model1-num-names« Bibliography Style

Post by Stefan Kottwitz »

Good to know! It requires loading the url or the hyperref package. Perhaps the class or another package already does it.

Stefan
LaTeX.org admin
Post Reply