From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/41472 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: fontscript for delicious? Date: Mon, 9 Jun 2008 14:07:39 +0200 Message-ID: <115224fb0806090507w2526aa78l5e6d565e5dd7e371@mail.gmail.com> References: <200806090306.50776.ml@koloro.de> <115224fb0806090054h3cd49a5ei36e50054dbb1a7f6@mail.gmail.com> <200806091103.55441.koloska@voiceinterconnect.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213013403 4981 80.91.229.12 (9 Jun 2008 12:10:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2008 12:10:03 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Mon Jun 09 14:10:44 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1K5gCx-0006Br-C2 for gctc-ntg-context-518@m.gmane.org; Mon, 09 Jun 2008 14:10:43 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 538DD1FD8E; Mon, 9 Jun 2008 14:09:54 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27170-02-13; Mon, 9 Jun 2008 14:09:09 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7EBFE1FC6F; Mon, 9 Jun 2008 14:09:09 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7AABB1FC14 for ; Mon, 9 Jun 2008 14:09:07 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27170-02-12 for ; Mon, 9 Jun 2008 14:08:34 +0200 (CEST) Original-Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.153]) by ronja.ntg.nl (Postfix) with ESMTP id 9D1641FC87 for ; Mon, 9 Jun 2008 14:07:53 +0200 (CEST) Original-Received: by yw-out-1718.google.com with SMTP id 5so1564031ywm.74 for ; Mon, 09 Jun 2008 05:07:39 -0700 (PDT) Original-Received: by 10.150.91.17 with SMTP id o17mr6183626ybb.222.1213013259414; Mon, 09 Jun 2008 05:07:39 -0700 (PDT) Original-Received: by 10.151.113.9 with HTTP; Mon, 9 Jun 2008 05:07:39 -0700 (PDT) In-Reply-To: <200806091103.55441.koloska@voiceinterconnect.de> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:41472 Archived-At: On Mon, Jun 9, 2008 at 11:03 AM, Uwe Koloska wrote: > Hello, > > Am Montag, 9. Juni 2008 schrieb Wolfgang Schuster: >> On Mon, Jun 9, 2008 at 3:06 AM, Uwe Koloska wrote: >> > does someone have a typescript (or what's now needed) for using the >> > wonderful delicious font with context? >> >> I used it myself for the examples in my letter manual. > > Ah - Thank you! > > But what is necessary to let it be known to context? > (process with texfont, etc.) Save the typescripts in a file with the name "type-delicious.tex" and use it in your document with: \usetypefile [delicious] \usetypescript[delicious] \setupbodyfont[delicious] \starttext My document with the delicious fonts. \stoptext You could put the fonts in the font directory of your OS or in a folder in your TeX tree, to let LuaTeX or XeTeX know about your fonts call "luatools --generate" or "context --generate" for LuaTeX and "fc-cache -v -r" (not sure about the parameters) for XeTeX. To get a PDF file save my example in a file with the name "delicious.tex" (or whatever you want) and process it either with "texexec --lua delicious" or "context delicious" (faster than the texexec call) for LuaTeX and "texexec --xtx delicious" for XeTeX. > And where can I find the "letter manual"? The letter-doc.pdf seems not to > include any examples nor the delicious fonts ... http://wolfgang.schuster.googlepages.com/letter -> Manual Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________