BibTeX, biblatex and biberTimestamps in Bibliography Items

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
LotteSK
Posts: 1
Joined: Sat May 04, 2013 9:14 pm

Timestamps in Bibliography Items

Post by LotteSK »

Hi,

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}
This is how it is shown in BibTeX (with timestamps):

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}
}
Last edited by cgnieder on Sun May 05, 2013 12:14 am, edited 1 time 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.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Timestamps in Bibliography Items

Post by Johannes_B »

Hy, the timestamp something written into the bib-file by jabref. It is just for you to know when you added an entry.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply