I'm trying to format a bibliography in a tufte-book document in Chicago Author-Date style. There are no citations in the document itself. Can anyone help? Here is the syntax:
\begin{document}
\maketitle
\tableofcontents
\input{tex/0_theground}
\input{tex/goldstein}
\input{tex/patterson}
\input{tex/barrett}
\usepackage[authordate,backend=biber,bookpages=false,doi=false,isbn=false,url=false]{biblatex-chicago}
\bibliography{bib/test}
\nocite{*}
\end{document}
\documentclass{...}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – DG' Aug 31 '16 at 10:35