From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8947 Path: main.gmane.org!not-for-mail From: "Bruce D'Arcus" Newsgroups: gmane.comp.tex.context Subject: ConTeXt and expert fonts Date: Wed, 7 Aug 2002 12:48:12 -0400 (EDT) Sender: owner-ntg-context@let.uu.nl Message-ID: <3978810.1028738892491.JavaMail.cpadmin@nassol01.mcs.muohio.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035399312 31833 80.91.224.250 (23 Oct 2002 18:55:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:55:12 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:8947 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8947 OK, I've gone through all the manuals, and tried hard to figure this out, but obviously don't quite get the details of the font system in ConTeXt. I want to set up a font (like Minion, or in this case Hoefler Text) for use in the following way: For all tables monospaced figures (osf or lining) For all headings and page numbers proportional lining text osf footnote markers superiors SO my basic question is: how do I do this? I have tried to set up a "SerifFootnote" fontsynonym (which is to access a specially-encoded "footnote" font), but no matter how I try to access it, I get an "unknown variant" error. More generally, there's an interesting article on using so-called "rich font" (like Hoefler Text, but in the future, OpenType) with TeX, in which the author argues that TeX macros need to take the more complex capabilities of these fonts into account. A relevant excerpt (http://www.math.tau.ac.il/~stoledo/Pubs/richfonts.ps): "Macro packages, especially LATEX, should support the features of rich fonts. In particular, I believe that macro packages should automatically select the correct numerals for most situations. The enhancement to LATEX that I envision would automatically select fixed-width numerals in tables, and would automatically select lining numerals when there numerals are isolated (as in page numbers and the table of contents) or when the numeral is likely to be followed by a capital (as in section numbers). There are also cases where the LATEX style can also automatically select the best punctuation, especially parentheses, brackets, and braces. Essentially, when lining figures are enclosed alone in parentheses, the parentheses should also be lining, as in reference number in many bibTEX styles and in equation numbers." Why not in ConTeXt then? If one has a complete expert set of a font like Minion, shouldn't what I outlined above be the default behavior of a TeX macro system? Once TeX supports OpenType this will become all the more relevant... Bruce