ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: [Context] Math
@ 1998-11-30  9:42 Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 1998-11-30  9:42 UTC (permalink / raw)
  Cc: NTG-ConTeXt

Tobias Burnus wrote:

> I might miss something, but how is \setupformulas supposed to work?:
> \stelleformelnein[position=links,links=LText,rechts=RText]
> appears as
>          [formula]           LTextRText
> and \stelleformelnein[position=links]
>          [formula]           (1)
> 
> BTW: Is there a simple methode to have math formulas left justify?
> And how can I have something like this:
> \item $$xxx$$
> 
> without getting this result:
> 
> 12.
>                          xxx

Just try this (translate in german): 

\starttext

The default appearance:

\placeformula \startformula a = b + c \stopformula

Numbers on the left:

\setupformulae[location=left]
\placeformula \startformula a = b + c \stopformula

Square brackets instead of round ones. 

\setupformulae[left={[},right={]}]
\placeformula \startformula a = b + c \stopformula

In itemizations, use in line math.

\startitemize
\item hello
\item $ a = b + c $
\item world
\stopitemize

\stoptext

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | fax: 038 477 53 74 | mail: pragma@wxs.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Context] Math
@ 1998-11-30  9:27 Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 1998-11-30  9:27 UTC (permalink / raw)
  Cc: NTG-ConTeXt

Tobias Burnus wrote:

>  __n__
>  |   |
>  |   | i
>  |   |
>   i=1

$$\prod_{i=1}^n} i$$

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | fax: 038 477 53 74 | mail: pragma@wxs.nl
-----------------------------------------------------------------


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Context] Math
@ 1998-11-20 14:58 Tobias Burnus
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Burnus @ 1998-11-20 14:58 UTC (permalink / raw)


Hi,

how can I print this

 __n__
 |   |
 |   | i
 |   |
  i=1

(Similar to \sum, but not adding but multipling. While \sum is a \Sigma,
this product sign
is a \Pi.)

Is there a simple way typesetting this

A = B  }
        } => A=C
B = C  }

i.e. if I have two equations and a third can be concluded from the two.
[this ,}' cascade was ment as one big brace]

I might miss something, but how is \setupformulas supposed to work?:
\stelleformelnein[position=links,links=LText,rechts=RText]
appears as
         [formula]           LTextRText
and \stelleformelnein[position=links]
         [formula]           (1)

BTW: Is there a simple methode to have math formulas left justify?
And how can I have something like this:
\item $$xxx$$ 

without getting this result:

12.
                         xxx

Tobias


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-11-30  9:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-30  9:42 [Context] Math Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
1998-11-30  9:27 Hans Hagen
1998-11-20 14:58 Tobias Burnus

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).