[Tex/LaTex] Biblatex-chicago endnotes instead of footnotes with autocite

biblatexcitingendnotesfootnotes

I have been using the biblatex-chicago package in my essay to generate footnotes for citations using \autocite and \autocites… but now I wish to have endnotes rather than footnotes. I first load the biblatex-chicago package as follows:

\usepackage[backend=biber,notes,natbib,isbn=false]{biblatex-chicago}  

I have tried a variety of creative methods to then use endnotes, including:

\usepackage{endnotes}
\let\footnote=\endnote
%begin page
%content here, include references like \autocite[191]{LetHistoryJudge}
%end of content
\theendnotes

This successfully includes "Notes" at the end, but it doesn't translate the bib reference into the actual citations. I get "LaTeX Warning: Citation 'LetHistoryJudge' on page 7 undefined on input line 29." and similar warnings for all of my citations. These citations, I might add, work perfectly fine as footnotes when I remove the endnotes package and don't redefine the endnote command as the footnote command. What's the proper way to do this? I haven't found an option in the biblatex-chicago package itself that would allow me to set endnotes instead of footnotes.

Thank you in advance for any help!

Best Answer

I know this type of problem, and have identified a few issues myself:

  • Make sure you have installed all the packages of biblatex-chicago as per the documentation
  • Update your package repository to the latest
  • Make sure you refresh your FNDB and Update Formats (from settings menu in MiKteX)
  • I used winedit 8, and biber, so I needed to get an extra plugin called lateXify, which compiles, does the cross referencing, compiles again, etc...

Winedit is not free, but the trial version is pretty functional and it's not expensive.

I needed to install latex on another computer, and had to go through all the pain again, and realised, following the steps above, correctly, got me where I wanted.

Hope that helps you.