From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22302 Path: news.gmane.org!not-for-mail From: Idris Samawi Hamid Newsgroups: gmane.comp.tex.context Subject: RE: dvipdfmx old-style bug Date: Mon, 5 Sep 2005 16:38:15 -0600 Message-ID: <431EDF98@webmail.colostate.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1125959990 10035 80.91.229.2 (5 Sep 2005 22:39:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Sep 2005 22:39:50 +0000 (UTC) Cc: gip.bilotta@iol.it Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 06 00:39:47 2005 Return-path: 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 1ECPbf-0000hp-Ud for gctc-ntg-context-518@m.gmane.org; Tue, 06 Sep 2005 00:38:28 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 707181277C; Tue, 6 Sep 2005 00:38:27 +0200 (CEST) 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 12128-01; Tue, 6 Sep 2005 00:38:23 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3CBAC127A5; Tue, 6 Sep 2005 00:38:23 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8878B127A5 for ; Tue, 6 Sep 2005 00:38:22 +0200 (CEST) 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 12072-01 for ; Tue, 6 Sep 2005 00:38:21 +0200 (CEST) Original-Received: from eagle.colostate.edu (eagle.acns.colostate.edu [129.82.100.90]) by ronja.ntg.nl (Postfix) with ESMTP id 040B91277C for ; Tue, 6 Sep 2005 00:38:20 +0200 (CEST) Original-Received: from lamar.ColoState.EDU (lamar.acns.colostate.edu [129.82.100.75]) by eagle.colostate.edu (AIX5.1/8.11.6p2/8.11.0) with ESMTP id j85McFI176992; Mon, 5 Sep 2005 16:38:15 -0600 Original-Received: from webmail.colostate.edu (csunts4.acns.colostate.edu [129.82.100.135]) by lamar.ColoState.EDU (AIX5.3/8.11.6p2/8.11.0) with ESMTP id j85McFq4681996; Mon, 5 Sep 2005 16:38:15 -0600 X-WebMail-UserID: ishamid Original-To: mailing list for ConTeXt users X-EXP32-SerialNo: 00002247, 00002264 X-Mailer: Infinite Mobile Delivery (Hydra) SMTP v3.62.01 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22302 Archived-At: Dear fellows knights of the TeX Table, I think I have found the source of the problem: There is a difference between the way aleph and the way pdfetex handle resetting the map file list: =========test-os============== % output=dvipdfmx % tex=aleph output=dvipdfmx \loadmapfile[texnansi-os-public-lm.map] \usetypescript [modern][\defaultencoding] \usetypescript [map] [latin-modern-os] [\defaultencoding] \setupbodyfont [modern] \starttext 123456789 \stoptext ============================ If we just declare % output=dvipdfmx then the maps get reset as follows: ========================= systems : begin file test-os at line 8 fonts : resetting map file list fonts : using map file: original-base fonts : using map file: ec-public-lm fonts : using map file: ec-base fonts : using map file: original-ams-base fonts : using map file: original-public-lm fonts : using map file: texnansi-os-public-lm fonts : using map file: texnansi-base fonts : using map file: texnansi-public-lm ========================== texnansi-os-public-lm gets read _before_ texnansi-public-lm. But if we declare % tex=aleph output=dvipdfmx then the maps get reset as follows: ========================== fonts : resetting map file list fonts : using map file: original-base fonts : using map file: ec-public-lm fonts : using map file: ec-base fonts : using map file: texnansi-base fonts : using map file: qx-base fonts : using map file: t5-base fonts : using map file: 8r-base fonts : using map file: original-ams-base fonts : using map file: original-ams-euler fonts : using map file: original-public-lm fonts : using map file: texnansi-public-lm fonts : using map file: qx-public-lm fonts : using map file: t5-public-lm fonts : using map file: pl0-public-lm fonts : using map file: il2-public-lm fonts : using map file: texnansi-os-public-lm ========================== Note that texnansi-os-public-lm is read last, and _afte_r texnansi-public-lm. Is this why dvipdfmx does not work for % tex=aleph output=dvipdfmx ? NOTE: if we comment out \loadmapfile[texnansi-os-public-lm.map] then upon declaring % output=dvipdfmx pdfetex will read texnansi-os-public-lm last. I think this is an overall bug in the latest ConTeXt. Thus it appears that \loadmapfile[texnansi-os-public-lm.map] works for pdfetex (in dvi mode) but not for aleph. Is this because the etex in aleph is too old? In the meantime, is there a workaround so that aleph will load texnansi-os-public-lm.map first? Best Idris ============================ Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523