From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/68368 Path: news.gmane.org!not-for-mail From: Jeong Dalyoung Newsgroups: gmane.comp.tex.context Subject: displaying lines of formulas one by one Date: Fri, 13 May 2011 09:13:30 +0900 Message-ID: <7FB40D20-86AC-4E2B-8AC4-BF7858D10F62@me.com> 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: dough.gmane.org 1305245640 29391 80.91.229.12 (13 May 2011 00:14:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 May 2011 00:14:00 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri May 13 02:13:56 2011 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.69) (envelope-from ) id 1QKg0w-0003yl-Vo for gctc-ntg-context-518@m.gmane.org; Fri, 13 May 2011 02:13:55 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0CEE8CACE6; Fri, 13 May 2011 02:13:54 +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 ymqhDw9YVb-n; Fri, 13 May 2011 02:13:51 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D071CCACE2; Fri, 13 May 2011 02:13:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5CDD3CACE2 for ; Fri, 13 May 2011 02:13:49 +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 eRE7an4R1M6x for ; Fri, 13 May 2011 02:13:37 +0200 (CEST) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id 34628CAC2D for ; Fri, 13 May 2011 02:13:37 +0200 (CEST) Original-Received: from asmtpout028.mac.com (asmtpout028.mac.com [17.148.16.103]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p4D0DZq4027298 for ; Fri, 13 May 2011 02:13:36 +0200 Original-Received: from [211.187.60.195] by asmtp028.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LL3004KCXYJ9270@asmtp028.mac.com> for ntg-context@ntg.nl; Thu, 12 May 2011 17:13:34 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2011-05-12_08:2011-05-12, 2011-05-12, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=3 spamscore=3 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1105120191 X-Mailer: Apple Mail (2.1084) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=17.148.16.103; country=US; region=CA; city=Cupertino; postalcode=95014; latitude=37.3042; longitude=-122.0946; metrocode=807; areacode=408; http://maps.google.com/maps?q=37.3042,-122.0946&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0bEGMdzTQ - 53915383b1fd - 20110513 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 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:68368 Archived-At: Dear all, I'd like to show the following formula line by line in a presentation, For example, \startformula\startalign \NC T(4) \NC = T(3) + 4 \NR \NC \NC= T(2) + 3 + 4 \NR \NC \NC= T(1) + 2 + 3 + 4 \NR \NC \NC= 1 + 2 + 3 + 4 = 10 \NR \stopalign\stopformula I tried to use \StartSteps and \StopSteps but not succeed. \starttext \usemodule[pre-60] \StartSteps \startformula\startalign \NC T(4) \NC = T(3) + 4 \NR\FlushStep %(nor \FlushStep\NR) \NC \NC= T(2) + 3 + 4 \NR\FlushStep \NC \NC= T(1) + 2 + 3 + 4 \NR\FlushStep \NC \NC= 1 + 2 + 3 + 4 = 10 \NR\FlushStep \stopalign\stopformula \StopSteps \stoptext Is there a way to do so? Thank you. Best regards, Dalyoung ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________