I have problem in which I am using \autocite within TexMakerX and it is being highlighted as an unrecognized command yet, when I use the LaTeX to PDF command, it seems to work. There is no error when I run LaTeX on the document.
In addition, I would like the citation to include the author's name in the footnote, currently it is just the title, publisher, etc.
My document looks like this
\documentclass{article}
\usepackage[notes]{biblatex-chicago}
\bibliography{bibliography}
\begin{document}
Hello World!\autocite{clare2}
\end{document}
