Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by h1439878.stratoserver.net (8.14.2/8.14.2/Debian-2build1) with SMTP id o93Mx3mq005664 for ; Mon, 4 Oct 2010 00:59:04 +0200 Received: (qmail 5232 invoked by alias); 3 Oct 2010 22:58:58 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 03 Oct 2010 22:58:58 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx104) with SMTP; 04 Oct 2010 00:58:58 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id o93MvKtO018790 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 4 Oct 2010 00:57:21 +0200 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id o93M1BjE003506; Mon, 4 Oct 2010 00:57:13 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 451803 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Mon, 4 Oct 2010 00:57:13 +0200 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id o93MvDFK007548 for ; Mon, 4 Oct 2010 00:57:13 +0200 Received: from mail-pv0-f177.google.com (mail-pv0-f177.google.com [74.125.83.177]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id o93Mv8lX018696 for ; Mon, 4 Oct 2010 00:57:12 +0200 Received: by pvg12 with SMTP id 12so1928869pvg.22 for ; Sun, 03 Oct 2010 15:57:07 -0700 (PDT) Received: by 10.114.133.15 with SMTP id g15mr10315482wad.72.1286146627860; Sun, 03 Oct 2010 15:57:07 -0700 (PDT) Received: from [10.0.1.106] (219-90-169-141.ip.adam.com.au [219.90.169.141]) by mx.google.com with ESMTPS id c24sm8006821wam.19.2010.10.03.15.57.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 03 Oct 2010 15:57:06 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii References: <4CA802B8.40101@verizon.net> <20101003084105.GA8020@oberdiek.my-fqdn.de> <4CA870CE.9000300@verizon.net> <11221FAF-8A24-4163-AD1F-7A2B865343DD@yahoo.de> <5B34351F-D25B-4608-95C6-F6C5E399E8B5@gmail.com> X-Mailer: Apple Mail (2.1081) X-Spam-Whitelist: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id o93MvDFK007549 Message-ID: <42886323-105F-4218-93B4-5AA77702BB66@gmail.com> Date: Mon, 4 Oct 2010 09:26:58 +1030 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: [XeTeX] hyperref broken?? To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p4U4jfdfC5HDevlx1X2sAZgP9e9F2VTUYI/FLDAh5vXTVin+wznIYULO4W8f iu4UIHVeutAdNYNyhIIRpjhB4NMqCt7OvFNAZ3Em9oZmuR2zOKGeZpAGdnSMvI6CR2LHXlIcSoSO ckeoA==V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de Status: R X-Status: X-Keywords: X-UID: 6453 Am 03.10.2010 um 15:52 schrieb Will Robertson: > On 03/10/2010, at 11:41 PM, Philipp Stephani wrote: > >> Am 03.10.2010 um 14:02 schrieb David Perry: >> >>> If I omit the option, or use 'xetex' in place of 'hypertex' or use the driverfallback option, I get: >>> >>> ! Undefined control sequence. >>> \str_if_eq_p:nn #1#2->\tex_ifnum:D \pdf_strcmp:D >>> {\etex_unexpanded:D {#1}}{\... >>> l.479 ...p:w \cs_set_nopar:cpn \cs_set_nopar:Npn >>> >>> I fixed the missing commas but that made no difference. >> >> Looks like an expl3 problem: \pdf_strcmp:D is pdfTeX's \pdfstrcmp, which might be nonexistent or available under a different name in XeTeX. This *might* get fixed by updating expl3; otherwise write to the LaTeX list (LATEX-L@LISTSERV.UNI-HEIDELBERG.DE, I've put it on CC). > > I think I fixed this coincidentally earlier today. The update will roll out in a timely fashion. Now that I sit down with the code in front of me, I can't comprehend where this problem is coming from. Oh, maybe the problem is that some dastardly package is setting \XeTeXversion to \relax? But then, no, this would only cause problems in non-XeTeX use, from what I can see. I can't work this out without stepping through the actual problem. Can someone post a minimal example that fails under MiKTeX? (Including \listfiles in the preamble.) -- Will