ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: olivier Turlier <crp.tbeb@wanadoo.fr>
Subject: diplayed centered equations
Date: Tue, 03 Feb 2004 15:13:18 +0100	[thread overview]
Message-ID: <bvoa9t$7u0$1@sea.gmane.org> (raw)
In-Reply-To: <200402021730.59021.john@wexfordpress.com>

hi contexers

I'm having pb trying to arrange aligned centered equations. When 
compiling for right %\eqalignno or left %\leqalign, no pb's. But contex 
is'n t happy with centered ones %\eqalign. Don't know how to solve this 
tiny  but irritating pb.
Here a minimal exemple :

%working
	\placeformula[form:a-prime]
         \startformula
             a^{'} = \frac{1,05 \times N_{s}}{q_{s}} = \frac{1,05 
\times 			0,246}{0,15} = 1,722  \approx \inframed{1,75 m}
         \stopformula

%working
	\placeformula[form:a-prime]
	\startformula
	 \eqalignno{ %%or \leqalignno%%
  		a^{'} & = &  \frac{1,05 \times N_{s}}{q_{s}} 
\formulanumber[form:a-prime:a]{a} \cr
  		 & = &  \frac{1,05 \times 			0,246}{0,15} 
\formulanumber[form:a-prime:b]{b} \cr
		 & = &  1,722  \approx \inframed{1,75 m} 
\formulanumber[form:a-prime:c]{c} \cr
	} \stopformula
	

%not working
	\placeformula[form:a-prime]
	\startformula
	 \eqalign{ %%or \leqalignno%%
  		a^{'} & = &  \frac{1,05 \times N_{s}}{q_{s}} 
\formulanumber[form:a-prime:a]{a} \cr
  		 & = &  \frac{1,05 \times 			0,246}{0,15} 
\formulanumber[form:a-prime:b]{b} \cr
		 & = &  1,722  \approx \inframed{1,75 m} 
\formulanumber[form:a-prime:c]{c} \cr
	} \stopformula




%not working
	\usemodule[nath]
	\placeformula
		\startgather
  			f(x) = x   \\
  			g(x) = x2 \\
  			h(x) = x3
		\stopgather
	\stopformula

Thanks for the answer

Olivier
	

      reply	other threads:[~2004-02-03 14:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-02 22:30 Backup typesetters John Culleton
2004-02-03 14:13 ` olivier Turlier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='bvoa9t$7u0$1@sea.gmane.org' \
    --to=crp.tbeb@wanadoo.fr \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).