From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23987 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: mfonts.tex from manuals Date: Thu, 01 Dec 2005 20:16:20 +0100 Message-ID: <438F4C04.4020003@wxs.nl> References: <438419D2.1060904@elvenkind.com> <20051123151451.17543@mail.comp.lancs.ac.uk> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133529790 27629 80.91.229.2 (2 Dec 2005 13:23:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2005 13:23:10 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 02 14:23:09 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 1EiApg-0000tU-Pg for gctc-ntg-context-518@m.gmane.org; Fri, 02 Dec 2005 14:20:12 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8F02612875; Fri, 2 Dec 2005 14:19:22 +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 11176-01-62; Fri, 2 Dec 2005 14:19:20 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 55F3D12877; Fri, 2 Dec 2005 14:16:12 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DD6B21286C for ; Fri, 2 Dec 2005 14:15:46 +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 10469-01-26 for ; Fri, 2 Dec 2005 14:15:43 +0100 (CET) Original-Received: from controller-1 (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with ESMTP id 2F043128DF for ; Thu, 1 Dec 2005 20:16:20 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 5863 for ; Thu, 01 Dec 2005 20:21:32 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <20051123151451.17543@mail.comp.lancs.ac.uk> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 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-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23987 Archived-At: Adam Lindsay wrote: >I tried to run texfont demofont.dat, but failed. >First off, Hans, am I missing a runtools.rb? I can't find it. > > indeed, i need to add that one to the zip (i'll send you a copy) >Secondly, I think the current demofont.dat has a bug because it triggers >an obscure texfont filtering feature. I changed the comments at the head >of the file to work around it: > ># we assume that demofont.afm and demofont.pfb are present ># run with: ># texfont demofont.dat > > interesting -) >Okay, another couple hacks to cross further hurdles: > >The top of my mfonts.tex now looks like: > >\preloadtypescripts % I wanted to speed things up a bit! > > ah, i have that one in my cont-sys.tex >\startnotmode[atpragma] >\startMPenvironment[global] > % Current bug in distribution > \definefontsynonym [LMSans-Italic] [LMSans-Oblique] > \definefontsynonym [LMSans-BoldItalic] [LMSans-BoldOblique] > % lucida gets called all over the place > \definetypescriptsynonym [lucida] [palatino] > \usetypescript[adobekb][8r,ec] >\stopMPenvironment >\stopnotmode > > > ok >\usetypescriptfile [type-buy] >\usetypescriptfile [typeface] > >\environment ../allkind/mcommon.tex > > > already fixed >... That much ought to fix the main body (though with the synonyms and >substitutions, the fonts it mentions in the text are not always going to >match the actual fonts used now!) > >Go down a little bit, and you'll see the title page font set: > >\startnotmode[atpragma] > > \startMPenvironment[global] > \usetypescript[handwriting,map][lucida][texnansi] > \definefontsynonym[TitlePage-Bold][LucidaHandwriting-Italic] > %usetypescript[calligraphy,map][chancery][texnansi] > %definefontsynonym[TitlePage-Bold][Chancery] >% ... > >comment out the lucida lines, and uncomment the chancery lines, and you >should be in business for a full run! > > i'll upload a patched style, Hans