From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2643 Path: main.gmane.org!not-for-mail From: "Wang Lei" Newsgroups: gmane.comp.tex.context Subject: Re: Formula references (once more) Date: Sat, 9 Sep 2000 22:27:39 +0800 Sender: owner-ntg-context@let.uu.nl Message-ID: <002001c01a6a$1b968a00$6400a8c0@admin> References: <39B503D1.A1D78358@econ.muni.cz> <39B79A92.B764BA28@econ.muni.cz> <39B9E94F.85C887A@pobox.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035393418 10543 80.91.224.250 (23 Oct 2002 17:16:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:16:58 +0000 (UTC) Cc: "Context" Original-To: "Berend de Boer" , "Michal Kvasnicka" Xref: main.gmane.org gmane.comp.tex.context:2643 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2643 > Michal Kvasnicka wrote: > > > > How can I make \in macro enclose the formula number in parentheses? > > Not possible without rewriting things as far as I know the source. You > can always write a: > > \def\myin[#1]{(\in[#1])} > > or something like that of course. \definereferenceformat [informula] [left=(,right=),text=] In you paper, use \informula[eq:myeq] will get reference such like (1). Regards, Wang