Biblatex mit showexpl
Hallo, ich möchte mir ein Übersichtsdokument mit verschiedenen Biblatex-Stilen erstellen. Dafür schien mir das showexpl-Paket geeignet. Leider funktionieren die LTXexample-Umbegungen LTXexample-Umgebungen nicht mit Biblatex.
----------
\documentclass{article}
\usepackage[ngerman]{babel}
\usepackage{showexpl}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@book{ABC01,
author = {Author, A. and Buthor, B. and C},
year = {2001},
title = {Alpha},
}
\end{filecontents}
\begin{document}
\begin{LTXexample}[pos=b]
\documentclass{article}
\usepackage[backend=biber,style=authortitle]{biblatex}
\bibliography{\jobname.bib}
\begin{document}
\citeauthor{ABC01}
\printbibliography
\end{document}
\end{LTXexample}
\end{document}
----------
Es kommt folgende Fehlermeldung
! Undefined control sequence.
l.5 \citeauthor
{ABC01}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
l.6 \printbibliography
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
)
--------------------------------
Also wird das Paket nicht erkannt/eingebunden.
Gibt es eine Möglichkeit den Fehler zu beheben oder alternative Lösungen für meinen Wunsch. Irgendiwe muss es ja gehen. In machen manchen Büchern habe ich das gesehen, habe aber keine entsprechende *.tex-Datei gefunden.
Vielen Dank
Accolon
[PS: [hier][1] schien ein anderes Problem vorzuliegen, jedenfalls wie ich die Antwort verstehe)
[1]: http://tex.stackexchange.com/questions/23528/biblatex-and-listings-incompatibility/23623