From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30202 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Cow-font (was Context 2006.08.08 released} Date: Wed, 9 Aug 2006 23:08:20 +0200 Message-ID: <6faad9f00608091408k8ff0b85s48a5fa76ab8f4b0d@mail.gmail.com> References: <44D8CD29.3080106@elvenkind.com> <44D8E9E6.5050808@boede.nl> <44D907DB.7000605@wxs.nl> <44DA3F10.8060508@boede.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155157723 16953 80.91.229.2 (9 Aug 2006 21:08:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Aug 2006 21:08:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 09 23:08:38 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1GAvI5-0000dA-Jh for gctc-ntg-context-518@m.gmane.org; Wed, 09 Aug 2006 23:08:37 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 344C71FEB7; Wed, 9 Aug 2006 23:08:36 +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 02542-05; Wed, 9 Aug 2006 23:08:28 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AB81A1FE92; Wed, 9 Aug 2006 23:08:28 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7FF251FE92 for ; Wed, 9 Aug 2006 23:08:27 +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 02715-02 for ; Wed, 9 Aug 2006 23:08:26 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by ronja.ntg.nl (Postfix) with SMTP id 6A6471FDC9 for ; Wed, 9 Aug 2006 23:08:26 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id x29so280919nfb for ; Wed, 09 Aug 2006 14:08:21 -0700 (PDT) Original-Received: by 10.78.175.14 with SMTP id x14mr693810hue; Wed, 09 Aug 2006 14:08:21 -0700 (PDT) Original-Received: by 10.78.175.15 with HTTP; Wed, 9 Aug 2006 14:08:20 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <44DA3F10.8060508@boede.nl> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:30202 Archived-At: On 8/9/06, Willi Egger wrote: > Hi Hans, > > Thanks for the hint! > > Now I am able to display the symbolsets with \showsymbolset. However I > can't get eg. \symbol[CowConTeXtComplete] > I tried also the Marvosyms. I can display the a set e.g. > \showsymbolset[atronomic], but can't get \symbol[astronomic:Mars] > > Is the \symbol command broken? > > Willi \usesymbols[cow] \starttext \symbol[cownormal][CowConTeXtComplete] \stoptext There's also a command to "preaload cownormal", so that you may leave the [cownormal] out: \setupsymbolset[cownormal] \symbol[CowConTeXtComplete] Mojca