General ⇒ Just a little help with bibtex in citing web resources
-
- Posts: 19
- Joined: Wed Jan 17, 2007 11:42 am
Just a little help with bibtex in citing web resources
The types of resources I'm mainly citing as references are:
- Some Web articles tutorials/ documentation on a particular tool/ebook (in webpage form)
- Some open source program source codes found from the web
- Some web applications that I refer to (Observing how they work)
Thanks for any advices on how should I do it in advance!
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
- pumpkinegan
- Posts: 91
- Joined: Thu May 03, 2007 10:29 pm
Just a little help with bibtex in citing web resources
Code: Select all
@misc{ref_label,
author = "Firstname {Surname}",
title = "Title of article or application",
month = jun,
year = "2007",
note = "Available: \url{http://latex-community.org}"
}
Patrick