von Rudolf » Mo 9. Aug 2010, 15:01
Moin
für meine Facharbeit benutze ich biblatex.
Ich habe hier z.B.
\usepackage[style=verbose-ibid]{biblatex}
mit
\begin{center}
\fbox{\includegraphics[width=1\textwidth]{images/user-experience-und-usability.png}}
\captionof{figure}{blabla (Quelle: \cite{uedif})}
\end{center}
normalerweise sollte bei cite eine URL erscheinen, aber sie tuts net. Bei \footcite tut sie es.
Der Eintrag lautet beim bibtex:
@ELECTRONIC{uedif,
author = {Thomas Geis},
month = {03},
year = {2010},
title = {Usability und User Experience unterscheiden},
language = {de},
howpublished = {Webseite},
organization = {ProContext Consulting GmbH},
address = {Von-Werth-Strasse 33-35, 50670 Köln},
url = {
http://blog.procontext.com/2010/03/usab ... eiden.html},
owner = {Rudolf Schmidt},
timestamp = {2010.08.09}
}
hat jemand ahnung wie ich das richtig mache?
Moin
für meine Facharbeit benutze ich biblatex.
Ich habe hier z.B.
\usepackage[style=verbose-ibid]{biblatex}
mit
\begin{center}
\fbox{\includegraphics[width=1\textwidth]{images/user-experience-und-usability.png}}
\captionof{figure}{blabla (Quelle: \cite{uedif})}
\end{center}
normalerweise sollte bei cite eine URL erscheinen, aber sie tuts net. Bei \footcite tut sie es.
Der Eintrag lautet beim bibtex:
@ELECTRONIC{uedif,
author = {Thomas Geis},
month = {03},
year = {2010},
title = {Usability und User Experience unterscheiden},
language = {de},
howpublished = {Webseite},
organization = {ProContext Consulting GmbH},
address = {Von-Werth-Strasse 33-35, 50670 Köln},
url = {http://blog.procontext.com/2010/03/usability-und-user-experience-unterscheiden.html},
owner = {Rudolf Schmidt},
timestamp = {2010.08.09}
}
hat jemand ahnung wie ich das richtig mache?