From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28868 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?J=F6rg_Hagmann?= Newsgroups: gmane.comp.tex.context Subject: formula legend Date: Mon, 26 Jun 2006 11:54:26 +0200 Message-ID: <21A1CBAF-58DA-4561-9FD8-58FB53FD84D5@unibas.ch> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1151315692 10344 80.91.229.2 (26 Jun 2006 09:54:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Jun 2006 09:54:52 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jun 26 11:54:43 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Funnk-0000SE-GY for gctc-ntg-context-518@m.gmane.org; Mon, 26 Jun 2006 11:54:40 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8916112805; Mon, 26 Jun 2006 11:54:40 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18799-02-3; Mon, 26 Jun 2006 11:54:34 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3890D12850; Mon, 26 Jun 2006 11:54:34 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A497112850 for ; Mon, 26 Jun 2006 11:54:32 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18799-02-2 for ; Mon, 26 Jun 2006 11:54:31 +0200 (CEST) Original-Received: from balu2.urz.unibas.ch (balu2.urz.unibas.ch [131.152.1.52]) by ronja.ntg.nl (Postfix) with SMTP id DB3BF12805 for ; Mon, 26 Jun 2006 11:54:30 +0200 (CEST) Original-Received: from [131.152.79.98] ([131.152.79.98]) by balu2.urz.unibas.ch (8.13.7/8.13.7) with ESMTP id k5Q9sR7Z017924 for ; Mon, 26 Jun 2006 11:54:28 +0200 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.750) X-SMTP-Vilter-Version: 1.3.1 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:28868 Archived-At: Hi all, I am using formulas and legends as described in the manual and = encountered the 2 following (minor) problems (see example at the end = of the message): 1. Legends: when using the units module (e.g. \Joule), the alignement = is not the same as when using normal characters (in the example: the = number 8314 is more to the left than the J of \Joule etc.. Replacing = \Joule by J aligns it with the number below. This also occurs when = running the example live on context-garden. Adding \null in front of = 8314 doesn't help (why not?). 2. The RT of the equation is not slanted as are the other variables = -- on my two setups (on contextgarden it is). Is this a version = problem? (If it is, I don't want to upgrade because I'm sure I'll = mess things up -- as I said, it's no big deal). Example: \enableregime [il1] \mainlanguage [de] \usemodule[greek] \usemodule[units] \starttext \placeformula[formula:en_2] \startformula \Delta G =3D \Delta G\Degrees ' + RT\ln\frac{[C] \Times [D]}{[A] \Times = [B]} \stopformula \startlegend \leg G\Degrees ' \\ Standard Gibbs' freie Energie \\ \Joule \Per \Mol \\ \leg R \\ Gaskonstante \\ 8314 \Joule \Times \ILinear\Kelvin \Times = \ILinear\Mol \\ \leg [A], [B], [C], [D] \\ Konzentrationen von A etc. \\ \Mol \\ \stoplegend \stoptext Thanks and cheers, J=F6rg