From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6723 Path: main.gmane.org!not-for-mail From: Bill McClain Newsgroups: gmane.comp.tex.context Subject: style fallbacks Date: Mon, 28 Jan 2002 16:55:11 -0600 Sender: owner-ntg-context@let.uu.nl Message-ID: <3C55D6CF.F2AC5FA5@salamander.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035397236 13122 80.91.224.250 (23 Oct 2002 18:20:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:20:36 +0000 (UTC) Original-To: "ntg-context@ntg.nl" Xref: main.gmane.org gmane.comp.tex.context:6723 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6723 Are style fallbacks a supported part of the system, or are they local to type-buy.tex? This typescript doesn't work because of missing Slant styles: \starttypescript [serif] [charter] [name] \definefontsynonym [Serif] [Charter-Roman] \definefontsynonym [SerifBold] [Charter-Bold] \definefontsynonym [SerifItalic] [Charter-Italic] \definefontsynonym [SerifBoldItalic] [Charter-Bold-Italic] \stoptypescript Adding \usetypescriptfile[type-buy] at the top and \usetypescript[serif][fallback] within the typescript fixes that problem, but the job still fails because of missing SerifCaps definition, which isn't in the fallback typescript. Adding this fixes it: \starttypescript [serif] [fallback] \definefontsynonym [SerifCaps] [Serif] \stoptypescript Or, I could add dummy SerifCaps to the definition. Using the fallback mechanism is more elegant. Is there a reason SmallCaps should be treated differently than the Slant styles? -Bill