From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52917 Path: news.gmane.org!not-for-mail From: Mingyang Sun Newsgroups: gmane.comp.tex.context Subject: Reference to formula does not work? Date: Mon, 14 Sep 2009 16:59:23 -0400 Message-ID: <20090914205923.GA13100@Fity.uky.edu> 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 1252961996 6127 80.91.229.12 (14 Sep 2009 20:59:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Sep 2009 20:59:56 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Mon Sep 14 22:59:49 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1MnIeK-0005Bt-0I for gctc-ntg-context-518@m.gmane.org; Mon, 14 Sep 2009 22:59:48 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8689DC9A97; Mon, 14 Sep 2009 22:59:45 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cMB4efG85SY8; Mon, 14 Sep 2009 22:59:33 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 96C04C9A92; Mon, 14 Sep 2009 22:59:33 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 73969C9A92 for ; Mon, 14 Sep 2009 22:59:31 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3i+r4luMyW2T for ; Mon, 14 Sep 2009 22:59:26 +0200 (CEST) Original-Received: from mail-fx0-f219.google.com (mail-fx0-f219.google.com [209.85.220.219]) by balder.ntg.nl (Postfix) with ESMTP id EC7DFC9A90 for ; Mon, 14 Sep 2009 22:59:25 +0200 (CEST) Original-Received: by fxm19 with SMTP id 19so2626584fxm.2 for ; Mon, 14 Sep 2009 13:59:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mail-followup-to:mime-version:content-type :content-disposition:user-agent; bh=hQoKBPxw2YUhJUWqyaq+Iu2RTtEG8qPXpzkLSrAnuMM=; b=FfHjejFqxHxRHlk6iQCGAYge4/CWkLTiMYX89fVfI3Ur2GWyF60+xnxCwJOFX3Stzu JCqZiw1xGAMQAbVhxyAY8sxoYAwynLasO5NYWVt1dUvgjlBdq8oDFEKnVTmOFSsZQFRF 89R5lq0uohs7f1816JYVqs9PrT9urtdnm913M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; b=NXY4lKyul+FjOBwVhLuycYMSDC/qAZkqTcGsmf137kJIPVqcnr64IRXQDABN+3i8Oj Dayvm1n2eaJqE+Q5QIzN60DRuY6pDKQ1HbLW2K7SJNO13A415NSeBUYc1/VoOMwMd6ME K7VXp0O0PsqRnZxC+k2UgiDfZm5DNQlO0G5cA= Original-Received: by 10.204.3.10 with SMTP id 10mr5540330bkl.196.1252961965564; Mon, 14 Sep 2009 13:59:25 -0700 (PDT) Original-Received: from localhost ([199.76.153.165]) by mx.google.com with ESMTPS id d13sm2749057fka.30.2009.09.14.13.59.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 14 Sep 2009 13:59:24 -0700 (PDT) Mail-Followup-To: ntg-context@ntg.nl Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:52917 Archived-At: Hi all, Say I have a formula that is numbered as "1.1". The problem is when I use \in to refer to that formula, the reference only shows a number "1", and if interaction is enabled, the link does not work neither. The following is the code I use: \setupinteraction[state=start,focus=standard] \starttext \chapter{Test} \section{Test} \placeformula[eq:test] \startformula a + b \stopformula Eq \in[eq:test] \section{Test 2} \placeformula[eq:testtwo] \startformula a + b \stopformula Eq \in[eq:testtwo] \stoptext Another question is, how to make formula number without the chapter number?. Thanks~~ -- There is no emotion; there is peace. There is no ignorance; there is knowledge. There is no passion; there is serenity. There is no death; there is the Force. ___________________________________________________________________________________ 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 ___________________________________________________________________________________