BibTeX, biblatex and biber ⇒ Citing presentations
-
- Posts: 1
- Joined: Sat Jan 02, 2010 7:19 pm
Citing presentations
I would like to know what would be the best way to cite a talk at a conference without proceedings or a lecture.
I've searched through the internet and the BiBTeX documentation, but there seems to be no standard entry type to handle presentations. When creating a custom bibliography style with makebst/merlin, it seems to be possible to add a non-standard "presentation" type, but I don't know how to do this.
I would minimally need for author, year, month, day, title, conference name, place to be output.
Any suggestion about the standard way to implement this or your own solutions will be appreciated.
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Citing presentations
Code: Select all
@inproceedings{key,
author = "Obama, B.",
title = "State of the Union Address",
publisher = "Presented as the 220th Annual State of the Union Address, Washington, DC",
year = 2010
}