From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19118 Path: news.gmane.org!not-for-mail From: ishamid Newsgroups: gmane.comp.tex.context Subject: Typescript for Times New Toman and Arial Date: Thu, 17 Mar 2005 10:51:16 -0700 Message-ID: <423BBF75@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 1111082258 20178 80.91.229.2 (17 Mar 2005 17:57:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2005 17:57:38 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 17 18:57:38 2005 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 1DBz84-0003uZ-CK for gctc-ntg-context-518@m.gmane.org; Thu, 17 Mar 2005 18:49:57 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B804812931; Thu, 17 Mar 2005 18:51:23 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10002-01-4; Thu, 17 Mar 2005 18:51:19 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E7B2D127B7; Thu, 17 Mar 2005 18:51:19 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4C837127B7 for ; Thu, 17 Mar 2005 18:51:19 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10002-01-3 for ; Thu, 17 Mar 2005 18:51:18 +0100 (CET) Original-Received: from eagle.colostate.edu (eagle.acns.colostate.edu [129.82.100.90]) by ronja.ntg.nl (Postfix) with ESMTP id D946F12795 for ; Thu, 17 Mar 2005 18:51:17 +0100 (CET) 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 j2HHpHS1622556 for ; Thu, 17 Mar 2005 10:51:17 -0700 Original-Received: from webmail.colostate.edu (csunts4.acns.colostate.edu [129.82.100.135]) by lamar.colostate.edu (AIX5.1/8.11.6p2/8.11.0) with ESMTP id j2HHpGH765956 for ; Thu, 17 Mar 2005 10:51:16 -0700 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: by 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-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:19118 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19118 Dear consortium, Below is a working typescript for times new roman and arial (I'm told that on mac the equivalent of arial is helvetica, so this may be os-specific;-<) This combination is required by Springer-Verlag in many of their books. I have to typeset an article for a Springer volume (their editor could not handle my transliteration accents) that will fit in seamlessly with the editors' preparation of the rest of the volume. When I am done, I will gladly contribute the resulting style so that others who need to prepare something for Springer will have something to go on. Maybe this could even be developed into a full m-spring.tex module. Anyway, here is the times new roman/arial typescript. Please make suggestions/improvements. Also, I'm not sure which math collection works best with tnr/arial. Best Idris PS. Yes, I did finally get tnr/arial working, though I've hosed my entire TeX/ConTeXt system in the process: in other words, victorious but wounded;-) =================type-tnr================ %Names \starttypescript [serif] [timesnewroman] [name] \setups[font:fallback:serif] \definefontsynonym[Serif] [TimesNewRoman] \definefontsynonym[SerifBold] [TimesNewRoman-Bold] \definefontsynonym[SerifItalic] [TimesNewRoman-Italic] \definefontsynonym[SerifBoldItalic][TimesNewRoman-BoldItalic] \stoptypescript \starttypescript [sans] [arial] [name] \setups[font:fallback:sans] \definefontsynonym[Sans] [Arial] \definefontsynonym[SansBold] [Arial-Bold] \definefontsynonym[SansItalic] [Arial-Italic] \definefontsynonym[SansBoldItalic][Arial-BoldItalic] \stoptypescript %Synonyms \starttypescript [serif] [timesnewroman] [texnansi] \definefontsynonym [TimesNewRoman] [\typescriptthree-Times] [encoding=\typescriptthree] \definefontsynonym [TimesNewRoman-Bold] [\typescriptthree-Timesbd] [encoding=\typescriptthree] \definefontsynonym [TimesNewRoman-Italic] [\typescriptthree-Timesi] [encoding=\typescriptthree] \definefontsynonym [TimesNewRoman-BoldItalic] [\typescriptthree-Timesbi] [encoding=\typescriptthree] \stoptypescript \starttypescript [sans] [arial] [texnansi] \definefontsynonym [Arial] [\typescriptthree-Arial] [encoding=\typescriptthree] \definefontsynonym [Arial-Bold] [\typescriptthree-Arialbd] [encoding=\typescriptthree] \definefontsynonym [Arial-Italic] [\typescriptthree-Ariali] [encoding=\typescriptthree] \definefontsynonym [Arial-BoldItalic] [\typescriptthree-Arialbi] [encoding=\typescriptthree] \stoptypescript % maps \starttypescript [map] [timesnewroman] [texnansi] \loadmapfile[texnansi-microsoft-timesnewroman.map] \stoptypescript \starttypescript [map] [arial] [texnansi] \loadmapfile[texnansi-microsoft-arial.map] \stoptypescript % typefaces \starttypescript [TimesNR] \definebodyfontenvironment [timesnr] [default] [interlinespace=2.8ex] \definetypeface [timesnr] [rm] [serif] [timesnewroman] [default] [encoding=texnansi] \definetypeface [timesnr] [ss] [sans] [arial] [default] [encoding=texnansi] \definetypeface [timesnr] [mm] [math] [palatino] [default] [encoding=texnansi] \definetypeface [timesnr] [tt] [mono] [modern] [default] [encoding=texnansi] \stoptypescript ========================================= Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523