From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/38927 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: spacing problem with mvs sybols Date: Fri, 01 Feb 2008 12:53:07 +0100 Message-ID: <47A30823.2030209@elvenkind.com> References: <87r6fxq69u.fsf@gaura-nitai.dyndns.org> 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 1201866891 11003 80.91.229.12 (1 Feb 2008 11:54:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Feb 2008 11:54:51 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Feb 01 12:55:10 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 1JKuU8-0005Fh-6i for gctc-ntg-context-518@m.gmane.org; Fri, 01 Feb 2008 12:55:08 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E5D151FB6D; Fri, 1 Feb 2008 12:54:40 +0100 (CET) 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 32614-02-5; Fri, 1 Feb 2008 12:53:52 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BDF0B1FB57; Fri, 1 Feb 2008 12:53:51 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D3EE21FB57 for ; Fri, 1 Feb 2008 12:53:45 +0100 (CET) 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 32615-02-5 for ; Fri, 1 Feb 2008 12:53:10 +0100 (CET) Original-Received: from www.bittext.nl (unknown [195.86.58.132]) by ronja.ntg.nl (Postfix) with ESMTP id BC46F1FB49 for ; Fri, 1 Feb 2008 12:53:10 +0100 (CET) Original-Received: from localhost (vz3.aanhet.net [127.0.0.1]) by www.bittext.nl (Postfix) with ESMTP id ED5C11E8C2B8 for ; Fri, 1 Feb 2008 12:53:08 +0100 (CET) X-Virus-Scanned: amavisd-new at bittext.nl Original-Received: from www.bittext.nl ([127.0.0.1]) by localhost (vz3.aanhet.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mxx2Tn3m-dEi for ; Fri, 1 Feb 2008 12:53:06 +0100 (CET) Original-Received: from [10.10.0.6] (boo.demon.nl [82.161.175.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by www.bittext.nl (Postfix) with ESMTP id 4AB0E1E8C2B3 for ; Fri, 1 Feb 2008 12:53:06 +0100 (CET) User-Agent: Thunderbird 1.5.0.10 (X11/20070305) In-Reply-To: <87r6fxq69u.fsf@gaura-nitai.dyndns.org> 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:38927 Archived-At: Gour wrote: > Hi! > > I'm using muse for writing some astrological notes while studying and > noticed there is problem with spacing after using symbols from 'mvs'. > > Here is the test file: > > \usesymbols[mvs] > \setupsymbolset [astronomic] > \setupsymbolset [zodiac] > > \starttext > > This is Mesha \symbol[Aries] and this \symbol[Cancer] is Kataka. > Let's see \symbol[Sun] too. > > \stoptext > > > Am I doing something wrong here? \symbol[] gobbles following spaces, because it also has a second argument for the symbol set. Use one of these to stop it from doing so: {\symbol[Sun]} \symbol{sun} \symbol[zodiac][Sun] Best wishes, Taco ___________________________________________________________________________________ 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 ___________________________________________________________________________________