The a minimal working example of my text is:./bpa.canada.working.tex:263: Extra }, or forgotten $.
<recently read> }
l.263
?
./bpa.canada.working.tex:263: Missing } inserted.
<inserted text>
}
l.263
Code: Select all
\documentclass{article}
\usepackage[authordate, natbib, useprefix]{biblatex-chicago}
\usepackage[pdftex]{graphicx}
\usepackage{hyperref}
\usepackage{enumerate}
\usepackage{endnotes}
\usepackage{rotating}
\bibliography{/users/simon/Documents/simon.bib}
\newcommand{\degree}{\ensuremath{^\circ}}
\title{Title}
\author{Author}
\begin{document}
\maketitle
\section{Abstract}
\section{Introduction}
Test Text
\citep{Nagel:1999ui}
%\printbibliography
\end{document}
Uncommenting it in the minimal code example above allows me to compile this fine, but as I start adding in text and tables to the minimal example then I recreate the error reported above. Can anyone clarify what is going on here?
Note: I was using biblatex (not biblatex-chicago) and it was compiling nicely.
Referred bibliographic entry is as follows:
Code: Select all
@article{Nagel:1999ui,
author = {Nagel, S and Vom Saal, F},
title = {{Developmental effects of estrogenic chemicals are predicted by an in vitro assay incorporating modification of cell uptake by serum* 1}},
journal = {The Journal of Steroid {\ldots}},
year = {1999}
}