BibTeX, biblatex and biber ⇒ Citing Websites using BibTex
-
- Posts: 24
- Joined: Tue Dec 02, 2008 11:45 pm
Citing Websites using BibTex
I have the following in my preamble
\usepackage{url}
and in my .bib file I have
@article{
exoplanetwebsite,
Author = {Jean Schneider},
Title = {The Extrasolar Planets Encyclopaedia},
Publisher = {\url{http://exoplanet.eu/catalog.php}} }
The Author and Title show up in the PDF bibliography but not the website. Any thoughts?
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: Citing Websites using BibTex
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Citing Websites using BibTex
@misc{exoplanetwebsite,
author = {Jean Schneider},
title = {The Extrasolar Planets Encyclopaedia},
howpublished = {\url{http://exoplanet.eu/catalog.php}}
}
Citing Websites using BibTex
Could anyone post an example? I am trying to make entries appear like "WebSite, http://www.site.com", but it isn't working.