From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8991 Path: main.gmane.org!not-for-mail From: "Bruce D'Arcus" Newsgroups: gmane.comp.tex.context Subject: Re: ConTeXt and expert fonts Date: Wed, 14 Aug 2002 11:50:07 -0400 (EDT) Sender: owner-ntg-context@let.uu.nl Message-ID: <8401037.1029340207270.JavaMail.darcusb@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 1035399354 32210 80.91.224.250 (23 Oct 2002 18:55:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:55:54 +0000 (UTC) Cc: Jens-Uwe Morawski , ConTeXt Original-To: "Bruce D'Arcus" Xref: main.gmane.org gmane.comp.tex.context:8991 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8991 Can I please get an answer to this? I'm happy if someone can tell me how to get the footnote font working, after which I'm pretty sure I can figure out the rest. I know I'm doing something wrong with defining the font, but just don't understand what... Thanks! Bruce Bruce D'Arcus wrote: >Jens-Uwe Morawski wrote: >>Send a listing of the T1 font file names, their characteristics >>(regular,bold,italic,slanted,...,osf,SmallCaps,...) and where >>(bodyfont,footnotes,captions) they should be used. >>Then we can discuss the set-up. > >Below is the complete contents of the type-HoeflerText file (or was it >font-HoeflerText? My email access is via internet cafe right now so I >don't have the actual file with me!). Actually, the default of HT has >old-style figures, so the ehtr8t font has those. As I said, all of >this works correctly in LaTeX (using the eht.map with pdftex). I >changed the encoding to T1 because the ligatures and the margin kerning >weren't working right with whatever I was using before. Now they work, >so I assume there's no problem there. > >\definefontsynonym [Serif][ehtr8t][encoding=T1,handling=pure] >\definefontsynonym [SerifBold][ehtc8t][encoding=T1,handling=pure] >\definefontsynonym [SerifItalic][ehtri8t][encoding=T1,handling=pure] >\definefontsynonym [SerifSlanted][ehtri8t][encoding=T1,handling=pure] >\definefontsynonym [SerifBoldItalic][ehtci8t][encoding=T1,handling=pure] >\definefontsynonym >[SerifBoldSlanted][ehtci8t][encoding=T1,handling=pure] >\definefontsynonym [SerifCaps][ehtrc8t][encoding=T1,handling=pure] >\definefontsynonym [SerifBoldCaps][ehtcc8t][encoding=T1,handling=pure] >\definefontsynonym [SerifFootnote][ehtr18f][encoding=T1,handling=pure] >\definefontsynonym >[SerifMonoLiningFigures][ehtr18l][encoding=T1,handling=pure] > >\definefontsynonym [Sans][5sxr8t][encoding=8r,handling=pure] >\definefontsynonym [SansBold][5sxb8t][encoding=8r,handling=pure] >\definefontsynonym [SansBlack][5sxc8t][encoding=8r,handling=pure] >\definefontsynonym [SansItalic][5sxri8t][encoding=8r,handling=pure] >\definefontsynonym [SansSlanted][5sxri8t][encoding=8r,handling=pure] > >\definefontsynonym [Mono][pcrr8t][encoding=ec] >\definefontsynonym [MonoBold][pcrb8t][encoding=ec] >\definefontsynonym [MonoItalic][pcrro8t][encoding=ec] >\definefontsynonym [MonoSlanted][pcrro8t][encoding=ec] >\definefontsynonym [MonoBoldItalic][pcrbo8t][encoding=ec] >\definefontsynonym [MonoBoldSlanted][pcrbo8t][encoding=ec] > >\definebodyfont[14.4pt,12pt,11pt,10pt,9pt,8pt,7pt,6pt,5pt][rm][default] > > > >