I am a fairly new LaTeX user and I have encountered a problem. I use JabRef and it creates timestamps which are also shown in BibTeX. But when I create my report with PDFLaTeX the timestamps are not shown in the report.
Does anyone know how to solve this problem? I'd appreciate any help with this. This is the code used in the preamble.
Code: Select all
\bibpunct[,]{[}{]}{;}{a}{,}{,}
\bibliographystyle{bibtex/harvard}
\nocite*{}
\usepackage[danish]{varioref}
\usepackage{natbib}
\setcitestyle{authoryear}
\bibliographystyle{authordate4}
Code: Select all
@MISC{Hughes2000,
author = {Tim Hughes},
title = {Lesson Number 1. in an Oklahoma Wind Power Tutorial Series},
howpublished = {The University of Oklahoma},
month = {11},
year = {2000},
crossref = {Vindenergi og effekt},
owner = {Hauge},
timestamp = {2013.04.17},
url = {www.ocgi.okstate.edu/owpi/EducOutreach/Library/Lesson1_windenergycalc.pdf}
}
@MISC{RandallSnurr2012,
author = {Randall Snurr, Dieter Freude},
title = {Physics of Wind Turbines},
howpublished = {Northwestern University - Department of Chemical and Biological Engineering
\& Universitat Leipzig - Fakultat fur Physik und Geowissenschaften.},
month = {12},
year = {2012},
crossref = {Wind energy and power calculations},
owner = {lotte},
timestamp = {2013.04.17},
url = {http://uni-leipzig.de/~energy/ef/15.htm}
}