XeTeXnew texlive causing issues with xeCJK, biblatex

Information and discussion about XeTeX, an alternative for pdfTeX based on e-Tex
Post Reply
ExecutorElassus
Posts: 94
Joined: Wed Sep 07, 2011 3:14 pm

new texlive causing issues with xeCJK, biblatex

Post by ExecutorElassus »

I recently updated to the 2014 versions of all my texlive packages (which on my gentoo distribution also absorbed luatex). I'm also using the xeCJK package for Chinese and Japanese names and terms. I have the following preamble:

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
Some things have changed:

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

ExecutorElassus
Posts: 94
Joined: Wed Sep 07, 2011 3:14 pm

Re: new texlive causing issues with xeCJK, biblatex

Post by ExecutorElassus »

UPDATE: I tracked down what was causing the ugly "=" sign after every footnote: the "Fix LaTeX" module (ie, the package fixltx2e) causes them. Removing that module from the preamble results in a document without them.

Still don't know why citations are no longer proper Chicago style =/
Post Reply