jezZiFeR wrote:

> Could anybody tell me how to activate  the URL-date and lastchecked  
> option in Wassenhoven-style?

I assume that you are talking of biblatex-dw with the style footnote-dw
and that you want to have the url and urldate printed in the footnote,
right? That should be working (see example below), so you should tell
us, why it is not working for you. You could do so by providing a
minimal example showing your problem.

8<----------------[ minimal example ]---------------->8
\documentclass[english]{scrartcl}
\listfiles
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@ARTICLE{article,
  author = {Name, Nobody},
  title = {An Article},
  journal = {A Journal},
  year = {2006},
  volume = {6},
  pages = {19--75},
        url = {http://www.link-to-journal.com/article.html},
        urldate = {2009-11-19}
}
\end{filecontents}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel,csquotes}

\usepackage[
        style=footnote-dw,
]{biblatex}
\bibliography{\jobname}

\begin{document}
\cite{article}

\printbibliography
\end{document}
8<--------------------------------------------------->8

Regards,
Dominik.-

Reply via email to