From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/54869 Path: news.gmane.org!not-for-mail From: Curiouslearn Newsgroups: gmane.comp.tex.context Subject: Math Alignment - start equation at left margin (Bug in latest beta) Date: Sun, 29 Nov 2009 21:43:22 -0500 Message-ID: <3b4b12310911291843ye3e3821y731a878b97b43098@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1259549072 20714 80.91.229.12 (30 Nov 2009 02:44:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Nov 2009 02:44:32 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 30 03:44:25 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 1NEwEw-0006xH-SG for gctc-ntg-context-518@m.gmane.org; Mon, 30 Nov 2009 03:43:50 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D7F26C9BAE; Mon, 30 Nov 2009 03:40:46 +0100 (CET) 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 GgWJ+3ogJ897; Mon, 30 Nov 2009 03:40:42 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 236FDC9B92; Mon, 30 Nov 2009 03:40:41 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D57AAC9B8F for ; Mon, 30 Nov 2009 03:40:34 +0100 (CET) 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 AHCBxzmfpN4c for ; Mon, 30 Nov 2009 03:40:22 +0100 (CET) Original-Received: from mail-pw0-f55.google.com (mail-pw0-f55.google.com [209.85.160.55]) by balder.ntg.nl (Postfix) with ESMTP id CFE73C9B92 for ; Mon, 30 Nov 2009 03:40:21 +0100 (CET) Original-Received: by pwj19 with SMTP id 19so1907467pwj.34 for ; Sun, 29 Nov 2009 18:43:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=8foUaN1kuhEzeV87126Rhxzsb//TRGyZvLB9/UKpa1M=; b=BgiJtPuYz9TYUI+CVJAxhY7hMZ9E7awOtVz+bY9no8RIt1tcK8YdoM94uhv2BPOrhn JU2h1UF3I9MhTfEFOKVA0dJOOZLMbq+pMhlREZYLy//nvaogkJ1sZkAOQN0+Dlpf52CL enCrxODw32txx4wMeMsOLH0Lyuilu6CvyjES0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=AGiaZYGSBBta3DyR8ia96CeNFD0rRjF+aRDosYw84DIyk/lHBejn+2nYgF2cbNQmne gWiKS+0VgBn9AhFxNTWE6R4oJJ05FiAhFGdhayEbtS3GLt6W7GgMJSnpYo9TrDIvhfpr eRSog7wiubDz1VFjtr3lpUnduS/7wbySk6sDI= Original-Received: by 10.142.1.37 with SMTP id 37mr27373wfa.287.1259549002887; Sun, 29 Nov 2009 18:43:22 -0800 (PST) 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:54869 Archived-At: Just wanted to mention that I tried to achieve left alignment of single equation using: \setupformulas[align=3Dflushleft] \startformula \text{\bf Example: } \frac{d(4x^{2})}{dx} =3D 4 \frac{dx^{2}}{dx} =3D 4 (2x) =3D 8x.\NC\NR \stopformula But that does not work with the latest beta -- (This is LuaTeX, Version beta-0.46.0-2009112820 ConTeXt ver: 2009.11.27 21:24 MKIV fmt: 2009.11.29 int: english/english). It, however, works with MKII. I suppose, my question is, whether is another way of doing it, or should I wait until the bug is fixed. Thanks. On Sun, Nov 29, 2009 at 6:45 PM, Curiouslearn wrot= e: > Hi, > Can someone please help with the alignment of =A0the equation so that it > starts at left. I tried flushleft and other options (such as without > \NC \NR, with align=3Dleft etc.). None of them result in the equation > starting at the left margin. The equation is either placed in the > middle or is aligned to the right. I want it to start at the left. > > Thanks. > > \setuppapersize[letter][letter] > > \starttext > > \startformula\startalign[align=3D{left}] > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0\NC\text{\= bf Example: } =A0\frac{d(4x^{2})}{dx} =3D 4 > \frac{dx^{2}}{dx} =3D 4 (2x) =3D 8x.\NC{ }\NR > \stopalign\stopformula > > \stoptext > ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________