From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10729 Path: main.gmane.org!not-for-mail From: "Bruce D'Arcus" Newsgroups: gmane.comp.tex.context Subject: Re: to keep you busy ... Date: Mon, 3 Feb 2003 19:28:38 -0500 Sender: ntg-context-admin@ntg.nl Message-ID: <9A957936-37D7-11D7-BB5A-0050E4258255@fastmail.fm> References: <5.1.0.14.1.20030204001753.0345b738@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v546) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1044318174 14615 80.91.224.249 (4 Feb 2003 00:22:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Feb 2003 00:22:54 +0000 (UTC) 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 18fqrU-0003na-00 for ; Tue, 04 Feb 2003 01:22:52 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C28B110B07; Tue, 4 Feb 2003 01:24:47 +0100 (MET) Original-Received: from muaix01.mcs.muohio.edu (muaix01.mcs.muohio.edu [134.53.253.21]) by ref.ntg.nl (Postfix) with ESMTP id 6C5DB10AEF for ; Tue, 4 Feb 2003 01:23:13 +0100 (MET) Original-Received: from muwnt04 (muwnt04.mcs.muohio.edu [134.53.7.74]) by muaix01.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with SMTP id h140NCVn094036 for ; Mon, 3 Feb 2003 19:23:12 -0500 Original-Received: From mcsaix05.mcs.muohio.edu ([134.53.253.27]) by muwnt04 (WebShield SMTP v4.5 MR1a); id 1044318191542; Mon, 3 Feb 2003 19:23:11 -0500 Original-Received: from fastmail.fm (ip134-053-057-072.s57.muohio.edu [134.53.57.72]) by mcsaix05.mcs.muohio.edu (Switch-3.0.0/Switch-3.0.0) with ESMTP id h140NBL3023460 for ; Mon, 3 Feb 2003 19:23:11 -0500 Original-To: ConTeXt list In-Reply-To: <5.1.0.14.1.20030204001753.0345b738@server-1> X-Mailer: Apple Mail (2.546) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk 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:10729 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10729 Am sending this to the list Hans, because I have some bizarre bug in my mail app or system that doesn't allow me to send message to you directly. I have no idea what is going on , but you're literally the only person this happens to! On Monday, February 3, 2003, at 06:21 PM, Hans Hagen wrote: > > this is not fixed, finished, just for you to play with Thanks! But...now what? Let's take my earlier LaTeX example: \DeclareFontShape{T1}{minion}{m}{n}{ <-6> MinionPro-SemiboldCapt-8t <6-9> MinionPro-Capt-8t <9-12> MinionPro-Regular-8t <12-15> MinionPro-Subh-8t <15-> MinionPro-Disp-8t}{\romanprotruding} And the typescript as it currently stands: \starttypescript [serif] [minionpro] [texnansi] \definefontsynonym[MinionPro-Bold] [MinionPro-Bold-8y] [encoding=texnansi] \definefontsynonym[MinionPro-BoldItalic] [MinionPro-BoldIt-8y][encoding=texnansi] \definefontsynonym[MinionPro-BoldSlanted] [MinionPro-BoldIt-8y][encoding=texnansi] \definefontsynonym[MinionPro-Caps] [MinionPro-Regular-SC-8y] [encoding=texnansi] \definefontsynonym[MinionPro-BoldCaps] [MinionPro-Bold-SC-8y] [encoding=texnansi] \definefontsynonym[MinionPro-Regular] [MinionPro-Regular-8y] [encoding=texnansi] \definefontsynonym[MinionPro-RegularItalic] [MinionPro-It-8y][encoding=texnansi] \definefontsynonym[MinionPro-RegularSlanted] [MinionPro-It-8y][encoding=texnansi] \stoptypescript So what do I add to the above so that, for example, MinionPro-Capt-8y is used as the roman default at font sizes between 6 and 9 pt, MinionPro-Regular-8y between 9 and 12, etc.? Remember: I'm not a programmer, and I still get confused by the font mechanism that is already there ;-) Bruce