I've wrestled for days with this problem for days, and have looked at the forum for answers, but to no avail.
I have in my preamble:
\usepackage[utf]{inputenc}
\usepackage[english]{babel}
\usepackage[babel]{csquote}
\usepackage[notes,backend=bibtex]{biblatex-chicago}
\addbibresource{Bibliography.bib}
For the bibliography output I have:
\printbibliography
However, I keep getting this error:
Package hypperref Warning: Return to get /pagelabels entry. (./main.bbl ./main.bbl:20: undefined control sequence. \blx@slist@name ->\cms @choose/global/ l.20 \entry{*****}{article}{} ?
When I click on "Go to error", it takes me to my main.bbl file,
\sortlist[entry]{\cms@choose/global/}
\entry{*****}{article}{}
\field{labeltitlesource}{title}
\field{sortinit}{2}
\field{sortinithash}{2}
\field{title}{XTITLEOFARTICLEX}
\field{journaltitle}{{XJOURNALNAMEX}}
\field{month}{08}
\field{year}{2010}
\endentry
I'd be grateful for any help. I apologise if my question has not been posted in proper format, this is my first ever question.
\cms@choosebefore it is defined. – Ulrike Fischer Apr 17 '17 at 22:04