Is it possible to use biblatex with the Tufte document classes (tufte-handout and tufte-book). If so, what modifications should I make to my preamble or class wrapper in order to use biblatex?
I've tried the recommended patch in a simple example:
\documentclass[nobib]{tufte-handout}
\usepackage{hyphenat}
\usepackage[backend=bibtex, natbib=true, style=numeric]{biblatex}
\addbibresource{References.bib}
\renewcommand{\cite}[2][0pt]{\sidenote[][#1]{\fullcite{#2}}}
\begin{document}
This,\cite{Sarukkai:2005} should be a side note and this\cite{Sarukkai:2005} should too.
\printbibliography
\end{document}
But I don't get the results I should be getting (note the missing second citation):

(I'm also not sure how to combine this with the modifications I've already made to support abbreviated citations after the first occurrence.)

cite. I tried re-compiling the document here and the log is error-free. – Audrey Mar 02 '12 at 17:19citeredefinition above with the one below I can get this MWE to work, using the 3.5.2 tufte-common.def (though with a biblatex warning about "Patching footnotes failed...Footnote detection will not work.") So I'm getting there, however when I try to adapt this to my workflow (LyX, following the LyX instructions for using biblatex) all I get is "naked" citekeys, as if the bibliography is not being built. – orome Mar 02 '12 at 19:05\iffootnotemight not work as intended. I have no experience with LyX, so I can't help with your other issue. – Audrey Mar 02 '12 at 19:25