From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24062 Path: news.gmane.org!not-for-mail From: Mojca Miklavec Newsgroups: gmane.comp.tex.context Subject: Re: Re: Some $\mframed{math}$ questions Date: Fri, 2 Dec 2005 20:15:07 +0100 Message-ID: <6faad9f00512021115n6c3b06a1v7b9831b5ca3aa751@mail.gmail.com> References: <6faad9f00512011556x201985d7qcce308246ac27abf@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1133552329 11319 80.91.229.2 (2 Dec 2005 19:38:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2005 19:38:49 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 02 20:38:46 2005 Return-path: 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 1EiGjc-0004De-Kh for gctc-ntg-context-518@m.gmane.org; Fri, 02 Dec 2005 20:38:20 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 38EDD12846; Fri, 2 Dec 2005 20:38:20 +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 19870-02; Fri, 2 Dec 2005 20:38:18 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5A293128C8; Fri, 2 Dec 2005 20:15:10 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 58190128C8 for ; Fri, 2 Dec 2005 20:15:09 +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 19539-05 for ; Fri, 2 Dec 2005 20:15:08 +0100 (CET) Original-Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.202]) by ronja.ntg.nl (Postfix) with ESMTP id 6A8DF128C6 for ; Fri, 2 Dec 2005 20:15:08 +0100 (CET) Original-Received: by nproxy.gmail.com with SMTP id l35so240281nfa for ; Fri, 02 Dec 2005 11:15:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YcKWSiWAomYSSwEgQ42V1rWiz4b3++7vgVyQ/2FMdd0NlSB7pikv6nMU1jB15QQGINnVnb34dqNFrbBlQ18o7f6pfPmdDyH7NxkuX+65bo5JbYbR5WC/6fn/jFSHWMuqD3C8Ww2WN75B4Ra8q1DpHTsuVrJ+wuTNhZ0ulArh2CM= Original-Received: by 10.48.230.17 with SMTP id c17mr722093nfh; Fri, 02 Dec 2005 11:15:07 -0800 (PST) Original-Received: by 10.48.223.20 with HTTP; Fri, 2 Dec 2005 11:15:07 -0800 (PST) Original-To: mailing list for ConTeXt users In-Reply-To: Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:24062 Archived-At: Aditya Mahajan wrote: > Mojca Miklavec wrote: > > > 1. What's the best way to frame a formula like here: > > > > \placeformula > > \startformula > > \mframed{x^2+y^2=3Dz^2} > > \stopformula > > > > The problem is that: > > - formula number is shifted downwards in comparison to the formula > > without a number > > - I don't know how to do the settings (frame color, frame offset) > > globally. There's no \setupmframed[...] command. It's probably > > possible to use a sort of > > \setupframed[whatever_setting_influencing_only_mframed], > > but I don't know how. ... > Have a look at the wiki http://wiki.contextgarden.net/Math for the Thank you very much and sorry for my stupidity for not taking a closer look to the wiki :(. This solved all the questions I had (except for \mframed), I would only like to ask how to cite the equation numbers made with \[sub]formulanumber. \formulanumber[xx] and then simply using \in[xx] doesn't work. Thanks, Mojca