From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25942 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: [OS X TeX] formats for ConTeXt-XeTeX Date: Sun, 12 Feb 2006 21:16:47 +0100 Message-ID: <635FB8FF-098E-4150-9878-1A6EE115C10E@uni-bonn.de> References: <5EB6FAE1-C60D-40A9-A293-6F41CAE5BE01@st.estfiles.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1139775484 5008 80.91.229.2 (12 Feb 2006 20:18:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Feb 2006 20:18:04 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Feb 12 21:18:01 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8NfQ-0004cI-US for gctc-ntg-context-518@m.gmane.org; Sun, 12 Feb 2006 21:17:57 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 36814127A7; Sun, 12 Feb 2006 21:17:56 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02371-03; Sun, 12 Feb 2006 21:17:53 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7EFA7127A0; Sun, 12 Feb 2006 21:17:53 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2FDD7127A0 for ; Sun, 12 Feb 2006 21:17:52 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02400-04-2 for ; Sun, 12 Feb 2006 21:17:51 +0100 (CET) Original-Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by ronja.ntg.nl (Postfix) with SMTP id 38FE612799 for ; Sun, 12 Feb 2006 21:17:50 +0100 (CET) Original-Received: from fwd32.aul.t-online.de by mailout05.sul.t-online.com with smtp id 1F8NfK-0005Ss-04; Sun, 12 Feb 2006 21:17:50 +0100 Original-Received: from [192.168.0.2] (VgpoYsZQZe-Cdg9Zd+oP522R2oDHTC6oendLSiSLAeGB33nzv1qyUo@[84.172.86.42]) by fwd32.sul.t-online.de with esmtp id 1F8NfB-0lWz8i0; Sun, 12 Feb 2006 21:17:41 +0100 In-Reply-To: Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) X-ID: VgpoYsZQZe-Cdg9Zd+oP522R2oDHTC6oendLSiSLAeGB33nzv1qyUo@t-dialin.net X-TOI-MSGID: 16861a46-2590-4a3e-9d75-1fc51702c923 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25942 Archived-At: On Feb 12, 2006, at 8:49 PM, Steffen Wolfrum wrote: > This is XeTeX, Version 3.141592-2.2-0.99b (Web2C 7.5.3) > (WARNING: translate-file "natural.tcx" ignored) > ---! /usr/local/teTeX/share/texmf.local/web2c/cont-en.fmt was > written by pdfetex ^^^^^^^^^^^ That's the problem. If you want both xetex and pdftex, you need to have two different format-files, both called cont-en.fmt. They need to be in two different subdirectories: /usr/local/teTeX/share/texmf.local/web2c/pdfetex [for pdfetex] /usr/local/teTeX/share/texmf.local/web2c/xetex [for xetex] Remove the cont-*.fmt files in the .../web2c directory and regenerate the formats with texexec. HTH Thomas