X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:cc
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=EnGGQ5fukjVcd75G
	nJXUyaRz9h5AXhZFYGYPkkvL+0lC3VmD+DBNhH4zmkEwuvQszie+IpXDqvq7l06Z
	t6U92qDPeVqiQoVKyc+7ZBuQkmMC6gwRQRkwduBc/BRTOAL7D3HRZvc+4tdwoIXg
	FN5nB6eo1PFacCIIiYmedmY1tlM=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:cc
	:subject:references:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=QAWBtkyld6aE/YrktCW61k
	tNVeg=; b=gCIS3MYg1FkA9vKvZRv5xSatsCJCRJvFLJptAH2UibaNjFSkSO75bs
	HCvO/ZI2haajQSn/H5/E0wuTnKK4XR9l0T8b8+Xty5K4M2RDpXr7eQlTtA+jCco/
	+mzlEqfH1aevwAt12yXUSt92rlmChnsbcgHQ6ElXcw0qrrQm1jqaQ=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2
X-HELO: limerock02.mail.cornell.edu
X-CornellRouted: This message has been Routed already.
Message-ID: <53F5DDE1.2060408@cornell.edu>
Date: Thu, 21 Aug 2014 07:54:09 -0400
From: Ken Brown <kbrown@cornell.edu>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
MIME-Version: 1.0
To: Jon Hood <squinky86@gmail.com>
CC: cygwin <cygwin@cygwin.com>, Reini Urban <rurban@x-ray.at>
Subject: Re: Fwd: texlive-collection-bibtexextra-20140523-1 -- biblatex & biblatex-chicago version mismatch
References: <CAD0jTRtrDyontmV7r+9q-AbAm1L80-vYEywX=hZ5oO+_c8UOxw@mail.gmail.com> <CAD0jTRvGh4ULAC9eJXkjD6q4jwbXUitVfT1WsC+H8D+vQi+6qg@mail.gmail.com>
In-Reply-To: <CAD0jTRvGh4ULAC9eJXkjD6q4jwbXUitVfT1WsC+H8D+vQi+6qg@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 8/20/2014 4:17 PM, Jon Hood wrote:
> Unfortunately, the message I sent 24 hours ago still
> isn't showing up on the mailing list, and I don't know why

> ---------- Forwarded message ----------
> After installing all texlive packages available in the current Cygwin
> 64-bit repos, I encountered a problem with a biblatex version
> mismatch. Cygwin repositories provide biblatex 2.8, but
> biblatex-chicago is at 2.9a (which is incompatible with biblatex 2.8).
> A more detailed issue is available at
> http://tex.stackexchange.com/questions/195517/cant-use-biblatex-chicago-with-clean-tex-live-2014-install-textcitedelim-undef
>
> Trying to use biblatex-chicago with these packages produces the following error:
>
> ! LaTeX Error:
>   \textcitedelim undefined.
>   See the LaTeX manual or LaTeX Companion for explanation.
>   Type H <return> for immediate help. ...
>
> I am unable to attach cygcheck.out as this is pushed to a secure
> system with no internet access. Of relevance is that
> texlive-collection-bibtexextra is at version 20140523-1
>
> Are there plans to put everything at version 2.9a in the near future?

I don't know why your message didn't appear, but I'll answer on the list.

biblatex on 64-bit Cygwin is currently stuck at version 2.5.  That's for 
compatibility with biber, which is stuck at version 1.5.  Unfortunately, 
I can't update biber until perl gets updated.  This is in the works, but 
progress on it seems to have stalled.  (Reini?)

The mismatch you're seeing is a result of my forgetting to downgrade the 
various biblatex-* packages to match the main biblatex.  I'll do that 
when I get a chance.

If you don't use biber, then you can upgrade biblatex yourself and put 
it in your local texmf tree or your personal texmf tree, as suggested in 
one of the comments on tex.stackexchange.  You can find the paths for 
those trees as follows:

$ kpsewhich -var-value TEXMFLOCAL
/usr/share/texmf-site

$ kpsewhich -var-value TEXMFHOME
/home/kbrown/.local/share/texmf

For technical reasons having to do with the way biber is built, I'm able 
to supply up-to-date versions of biber and biblatex on 32-bit Cygwin, so 
another option is to switch to that.

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

