From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15564 Path: main.gmane.org!not-for-mail From: Otared Kavian Newsgroups: gmane.comp.tex.context Subject: Re: math in ConTeXt Date: Fri, 25 Jun 2004 18:07:37 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: References: <35292.80.58.5.46.1088152801.squirrel@bitmail.bitmailer.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: sea.gmane.org 1088179827 20221 80.91.224.253 (25 Jun 2004 16:10:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Jun 2004 16:10:27 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Jun 25 18:10:14 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BdtHJ-0005AU-00 for ; Fri, 25 Jun 2004 18:10:13 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 94E5E10B46; Fri, 25 Jun 2004 18:10:10 +0200 (MEST) Original-Received: from mwinf0401.wanadoo.fr (smtp4.wanadoo.fr [193.252.22.27]) by ref.ntg.nl (Postfix) with ESMTP id 18DDE10B37 for ; Fri, 25 Jun 2004 18:07:51 +0200 (MEST) Original-Received: from postfix.math.uvsq.fr (AMontsouris-151-1-17-155.w82-123.abo.wanadoo.fr [82.123.135.155]) by mwinf0401.wanadoo.fr (SMTP Server) with ESMTP id B53D958008BE for ; Fri, 25 Jun 2004 18:07:50 +0200 (CEST) Original-Received: from [10.0.1.72] (localhost [127.0.0.1]) by postfix.math.uvsq.fr (Postfix) with ESMTP id B64B1276BC3 for ; Fri, 25 Jun 2004 18:07:44 +0200 (CEST) X-Sender: otared@pop.wanadoo.fr In-Reply-To: <35292.80.58.5.46.1088152801.squirrel@bitmail.bitmailer.com> Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15564 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15564 >is ConTeXt prepared for math? > >I mean...can I do... > >$\sum_{i=1}^{n}{x_{i}}$ > >as I used to in LaTeX ? > >I don't make the \Sigma to be under and over characterised by i=1 and n. > >Jose Hi Jose, Indeed ConTeXt contains all the plain TeX commands and you can use them (in this case \sum). So these formulas give what you want $\sum_{i=1}^n x_i$ (for the summation) $\prod_{i=1}^{i=n} (1+x_i)$ (for the product), and so on. For the displayed version you can use either $$\sum_{i=1}^n x_i$$ or \startformula \sum_{i=1}^n x_i \stopformula Best regards: OK