I have a similar problem. Here's my text:
Code: Select all
... is analysed not as a property, but as a relation \autocite[2]{yanalita}
%check page number and the theories differ in ...
Code: Select all
! Missing \endcsname inserted.
<to be read again>
\unhbox
1.19 ..., but as a relation \autocite[2]{yanalita}
?
Code: Select all
\documentclass[a4paper,12pt]{report}
\usepackage{abstract}
\usepackage[UKenglish]{babel}
\usepackage[ansinew]{inputenc}
\usepackage{csquotes}
\usepackage[dvips]{color}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{etex}
\usepackage{mathrsfs}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage[active]{srcltx}
\usepackage{setspace}
\usepackage{stmaryrd}
\usepackage[all]{xy}
\usepackage{hyperref}
\usepackage{url}
\usepackage{etoolbox}
\usepackage{logreq}
\usepackage{ifxetex}
\usepackage{keyval}
\usepackage{ifthen}
\usepackage[bibstyle=authoryear, citestyle=authoryear-icomp, natbib=false, isbn=false, url=false, doi=false] {biblatex}
\usepackage{a4wide}
\renewcommand{\chaptermark}[1]{\markright{#1}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\title{TITLE}
\author{NAME}
\date{2012}
\bibliography{../simon-bibliography}
\begin{document}
Any ideas?