From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6976 Path: main.gmane.org!not-for-mail From: "Frans Goddijn" Newsgroups: gmane.comp.tex.context Subject: fonts Date: Sun, 24 Feb 2002 19:19:23 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <003d01c1bd5f$caa77740$6401a8c0@lap> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035397474 15407 80.91.224.250 (23 Oct 2002 18:24:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:24:34 +0000 (UTC) Original-To: "NTG-ConTeXt mailing list" Xref: main.gmane.org gmane.comp.tex.context:6976 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6976 Hello, Encouraged by the example on the help-page I moved on and tried this, but the only thing coming out was Computer Modern. I took the Times lines from my previous (working) setup where the font definitions were spread over files like font-fg.tex and fg.map I'll move on in the help pages, now on to the texfont.pl explanations. Maybe those will kickstart my setup... regards, Frans %% a file called testtim.tex with this in it: \steluitvoerin[pdftex] \usetypescriptfile[type-times] \usetypescript[Times] \starttekst Dit is Times roman, {\bf bold}, {\it italic}, {\bi bold-italic}, {\tfa groter} en {\tfx kleiner} \stoptekst %% end of testtim.tex %% start of type-fgtimes.tex \usetypescriptfile[type-buy] \starttypescript [serif] [times] [texnansi] \usetypescript[serif][fallback] \definefilesynonym [Times-Roman] [tnr2] [encoding=texnansi] \definefilesynonym [Times-Italic] [tnri2] [encoding=texnansi] \definefilesynonym [Times-Bold] [tnrb2] [encoding=texnansi] \definefilesynonym [Times-BoldItalic] [tnrbi2] [encoding=texnansi] \definefilesynonym [Times-RomanSC] [tnrexp2] \stoptypescript \starttypescript [serif] [times] [name] \definefilesynonym [Serif][Times-Roman] \definefilesynonym [SerifBold][Times-Bold] \definefilesynonym [SerifItalic][Times-Italic] \definefilesynonym [SerifBoldItalic][Times-BoldItalic] \definefilesynonym [SerifSC][Times-RomanSC] \stoptypescript \starttypescript [Times] \definetypeface [MyTimes] [rm] [serif] [times] [default] [encoding=texnansi] \stoptypescript %% end of type-fgtimes.tex