From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15560 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: math in ConTeXt Date: Fri, 25 Jun 2004 11:02:57 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <40DBEA41.2070006@gmx.de> 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 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1088154386 12259 80.91.224.253 (25 Jun 2004 09:06:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Jun 2004 09:06:26 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Jun 25 11:06:18 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 1Bdmf4-0003qS-00 for ; Fri, 25 Jun 2004 11:06:18 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C5E8410B97; Fri, 25 Jun 2004 11:06:15 +0200 (MEST) Original-Received: from enterprise.ph2.uni-koeln.de (enterprise.ph2.Uni-Koeln.DE [134.95.66.111]) by ref.ntg.nl (Postfix) with ESMTP id E9C9710B77 for ; Fri, 25 Jun 2004 11:02:59 +0200 (MEST) Original-Received: from [134.95.66.93] ([::ffff:134.95.66.93]) by enterprise.ph2.uni-koeln.de with esmtp; Fri, 25 Jun 2004 11:02:24 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040617 X-Accept-Language: de-de, de, en-gb, en Original-To: ntg-context@ntg.nl In-Reply-To: <35292.80.58.5.46.1088152801.squirrel@bitmail.bitmailer.com> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime 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:15560 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15560 Hello, jimarin@bayesinf.com wrote: >is ConTeXt prepared for math? > > With regard to mathematics ConTeXt can do all things which plain TeX can. >I mean...can I do... >$\sum_{i=1}^{n}{x_{i}}$ >as I used to in LaTeX? > > Yes. For displaymath you can use plain TeX's $$\sum$$ or better \placeformula \startformula \stopfromula (LaTeX's \[ ... \] doesn't work.) >I don't make the \Sigma to be under and over characterised by i=1 and n. > In inline math you need \limits\sum if you want to have the i=1 below and the n above the sum sign. If I'm not mistaken, LaTeX does the same. Regards, Tobias