ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Christopher Creutzig <ccr@mupad.de>
Subject: MathML: <apply>
Date: 07 Dec 2001 16:49:22 +0100	[thread overview]
Message-ID: <Christopher-Creutzig-wqs1yi7m3nh.fsf@bursar.uni-paderborn.de> (raw)

Dear Hans, dear list,

 I started playing around with ConTeXt support for MathML.  However,
it seems that <apply> works different from what I expected.  The
following code snippet is from the MathML documentation, where it is
explained to be the function F+G applied to x, rendered as (F+G)(x).
ConTeXt 2001.11.13 renders it as (F+G)x, omitting the parentheses
around x.  How do I write f(x)?

\usemodule[mathml]

\starttext 

\startXMLdata
<math>
<apply>
  <apply>
    <plus/>
    <ci> F </ci>
    <ci> G </ci>
    </apply>
  <ci> x </ci>
</apply>
</math>
\stopXMLdata

\stoptext

-- 
    +--+
   +--+|   
   |+-|+            Christopher Creutzig (ccr@mupad.de)
   +--+                     Tel.: 05251-60-5525


             reply	other threads:[~2001-12-07 15:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-07 15:49 Christopher Creutzig [this message]
     [not found] <Christopher-Creutzig-wqs1yi7m3nh.fsf@bursar.uni-paderborn. de>
2001-12-10  9:55 ` Hans Hagen

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=Christopher-Creutzig-wqs1yi7m3nh.fsf@bursar.uni-paderborn.de \
    --to=ccr@mupad.de \
    /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).