From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16800 Path: main.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: cases Date: Tue, 26 Oct 2004 22:08:07 -0700 Sender: ntg-context-bounces@ntg.nl Message-ID: <3.0.5.32.20041026220807.008c3100@mail.northcoast.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1098854018 19520 80.91.229.6 (27 Oct 2004 05:13:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2004 05:13:38 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 27 07:13:26 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CMg7i-000629-00 for ; Wed, 27 Oct 2004 07:13:26 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D38801277C; Wed, 27 Oct 2004 07:13:25 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25675-06; Wed, 27 Oct 2004 07:13:25 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C803D12777; Wed, 27 Oct 2004 07:11:42 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6FFEB12777 for ; Wed, 27 Oct 2004 07:11:41 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25675-05 for ; Wed, 27 Oct 2004 07:11:40 +0200 (CEST) Original-Received: from smtp.inreach.com (unknown [209.142.2.34]) by ronja.ntg.nl (Postfix) with SMTP id 6E4621276D for ; Wed, 27 Oct 2004 07:11:40 +0200 (CEST) Original-Received: (qmail 7610 invoked from network); 27 Oct 2004 05:13:01 -0000 Original-Received: from unknown (HELO newmicronpc) (209.209.15.139) by smtp.inreach.com with SMTP; 27 Oct 2004 05:13:01 -0000 X-Sender: darnold@mail.northcoast.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Original-To: ntg-context@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16800 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16800 All, Try: \documentclass[12pt]{article} \usepackage{amsmath} \begin{document} \begin{equation} \label{func} P_{r-j}= \begin{cases} 0, & \text{if $r-j$ is odd}\\ r!(-1)^{(r-j)/2}, & \text{if $r-j$ is even.} \end{cases} \end{equation} \end{document} Then try: \usemodule[amsl] \starttext \placeformula[func] \startformula P_{r-j}= \startcases 0, & \text{if $r-j$ is odd}\\ r!(-1)^{(r-j)/2}, & \text{if $r-j$ is even.} \stopcases \stopformula \stoptext You'll note that the spacing in the latter is not as good.