Stefan Pinnow
15 years ago
Hello all,
has anybody an idea how to convince (pdf)texify to use biber instead of
bibtex?
Of course just (pdf)texifying the attached minimal fails. But it also fails,
after I ran biber and again using (pdf)texify.
If there is no good way of doing that so far I would write a feature
request,
if also others think that would be a nice feature to have.
Thanks for your comments and help in advance and
best regards
Stefan
% ----- minimal example -----
\begin{filecontents}{test_bib.bib}
@Book{companion,
author = {Goossens, Michel and Mittelbach, Frank and Samarin,
Alexander},
title = {The \LaTeX{} Companion},
edition = {1},
date = {1994},
}
\end{filecontents}
\documentclass{book}
\usepackage[
backend=biber,
]{biblatex}
\bibliography{test_bib}
\begin{document}
\nocite{*}
\printbibliography
\end{document}
% ---------------------------
has anybody an idea how to convince (pdf)texify to use biber instead of
bibtex?
Of course just (pdf)texifying the attached minimal fails. But it also fails,
after I ran biber and again using (pdf)texify.
If there is no good way of doing that so far I would write a feature
request,
if also others think that would be a nice feature to have.
Thanks for your comments and help in advance and
best regards
Stefan
% ----- minimal example -----
\begin{filecontents}{test_bib.bib}
@Book{companion,
author = {Goossens, Michel and Mittelbach, Frank and Samarin,
Alexander},
title = {The \LaTeX{} Companion},
edition = {1},
date = {1994},
}
\end{filecontents}
\documentclass{book}
\usepackage[
backend=biber,
]{biblatex}
\bibliography{test_bib}
\begin{document}
\nocite{*}
\printbibliography
\end{document}
% ---------------------------