From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12382 Path: main.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: how to use designsize Date: Sun, 1 Jun 2003 02:08:29 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=Default Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054426169 14551 80.91.224.249 (1 Jun 2003 00:09:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2003 00:09:29 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Jun 01 02:09:27 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19MGPf-0003mC-00 for ; Sun, 01 Jun 2003 02:09:27 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6E6D110B1A; Sun, 1 Jun 2003 02:11:36 +0200 (MEST) Original-Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [212.227.126.251]) by ref.ntg.nl (Postfix) with ESMTP id C327810B16 for ; Sun, 1 Jun 2003 02:04:47 +0200 (MEST) Original-Received: from [212.227.126.221] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 19MGL4-0004QW-00 for ntg-context@ntg.nl; Sun, 01 Jun 2003 02:04:42 +0200 Original-Received: from [62.158.83.194] (helo=1und1/pt1094-284) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 19MGL3-00034X-00 for ntg-context@ntg.nl; Sun, 01 Jun 2003 02:04:42 +0200 Original-To: X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1132 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:12382 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12382 Hallo! After asking some questions about installing metafont's, I have not made any progress. I would like to show the problem with J. Knappen's EC-fonts. To access this fonts I adapted my little typescript: -----------------type-kna.tex-------------------------- \starttypescript [serif] [knappen] [name] \definefontsynonym [serif] [ecrm1000] \stoptypescript \starttypescript [serif] [knappen] [size] \definebodyfont [5pt,6pt,7pt,8pt] [rm] [tf=ecrm0900 sa 1] \definebodyfont [9pt] [rm] [tf=ecrm0900] \definebodyfont [10pt] [rm] [tf=ecrm1000] \definebodyfont [10.95pt] [rm] [tf=ecrm1095] \definebodyfont [12pt] [rm] [tf=ecrm1200] \definebodyfont [14.4pt] [rm] [tf=ecrm1440] \definebodyfont [17.28pt] [rm] [tf=ecrm1728] \definebodyfont [20.74pt] [rm] [tf=ecrm2074] \definebodyfont [24.88pt] [rm] [tf=ecrm2488] \stoptypescript \starttypescript [Knappen] \definetypeface [Knappen] [rm] [serif] [knappen] [knappen] [encoding=ec] \stoptypescript --------------------------------------------------------------- and used the following testfile: --------------------tst.tex--------------------------------- \usetypescriptfile [type-kna] \usetypescript [Knappen] \setupbodyfont [Knappen] \starttext \chapter{Fest} Gottes. \stoptext ----------------------------------------------------------------- Problem: 'ecrm2074 at 600', which exists, should be used! 'ecrm1200 at1036.8' is used instead! How can this be corrected? Thank you for your help! Wolfgang