Code: Select all
\setkomafont{sectioning}{\rmfamily \bfseries}
\KOMAoptions{headings=small}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
\usepackage{bidi}
\usepackage{xeCJK}
\defaultfontfeatures{Mapping=tex-text}
\usepackage{xeCJK}
\usepackage{babel}
\usepackage[ruled]{bigfoot}
\DeclareNewFootnote{default}
\DeclareNewFootnote{B}[fnsymbol]
\MakeSortedPerPage{footnoteB}
\makeatletter
\let\@makefntext@orig\@makefntext
\FootnoteSpecific{B}\def\@makefntext{\@makefntext@orig\tiny}
\makeatother
\usepackage{footmisc}
\renewcommand{\footnotelayout}{\setstretch{1}}
\setlist{noitemsep}
\usepackage[notes,natbib,backend=biber,idemtracker=context,ibidtracker=context]{biblatex-chicago}
\addbibresource{/home/$HOME/bookbib.bib}
\usepackage[onehalfspacing]{setspace}
\deffootnote[1em]{1em}{1em}{\makebox[1.75em][l]{\thefootnotemark}}
\errorcontextlines=10
first, footnotes are now no longer in Chicago style, but rather some bizarre hybrid style where titles are enclosed in parentheses.
Second, using the bigfoot package now causes an equals sign (=) to appear after footnotes.
I'm sorry I don't have a good MWE for you, but it seems to be several packages interacting with one another badly. All of this started when I upgraded to the latest texlive packages.
Any tips on what's going on, and how to fix it? Should I just wait for bigfoot/xeCJK to update to the latest versions of texlive? Can any of you reproduce these issues?
Cheers,
EE