ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: NTG-ConTeXt <ntg-context@ntg.nl>
Subject: Re: [Context] Math
Date: Mon, 30 Nov 1998 10:42:51 +0100	[thread overview]
Message-ID: <3662689B.9F38924E@wxs.nl> (raw)

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


             reply	other threads:[~1998-11-30  9:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-30  9:42 Hans Hagen [this message]
  -- strict thread matches above, loose matches on Subject: below --
1998-11-30  9:27 Hans Hagen
1998-11-20 14:58 Tobias Burnus

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=3662689B.9F38924E@wxs.nl \
    --to=pragma@wxs.nl \
    --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).