ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Examples of MathML in Context
@ 2007-12-04  2:26 Maurí­cio
  2007-12-04  2:37 ` [SPAM] " Mike Santy
  0 siblings, 1 reply; 3+ messages in thread
From: Maurí­cio @ 2007-12-04  2:26 UTC (permalink / raw)
  To: ntg-context

Hi,

I've just looked at three documents from
Hans ('mmlexamp.pdf', 'mmlprime.pdf',
'mmoexamp.pdf'), and they all show
nice examples of MathML and what you can
accomplish using it. However, I wasn't able
to find an example of how to actually insert
MathML in a Context document. I imagine it's
probably something like that:

\starttext

(...)

\startMathML

(...)

\stopMathML

(...)

\stoptext

Does anyone knows of an example on how to do
that properly?

Thanks,
Maurício

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: [SPAM]   Examples of MathML in Context
  2007-12-04  2:26 Examples of MathML in Context Maurí­cio
@ 2007-12-04  2:37 ` Mike Santy
  2007-12-04 13:16   ` Maurí­cio
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Santy @ 2007-12-04  2:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Below is a complete example:

\usemodule[mathml]
\starttext
\startXMLdata
<math>
 <mrow>
  <msup> <mi>x</mi><mn>2</mn> </msup>
  <mo>+</mo>
  <mrow>
    <mn>4</mn><mo>&InvisibleTimes;</mo><mi>x</mi>
  </mrow>
  <mo>+</mo>
  <mn>4</mn>
 </mrow>
</math>
\stopXMLdata
\stoptext

Could you please add this minimal example to the wiki page:
http://wiki.contextgarden.net/MathML_code_examples

Cheers,
Mike

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Examples of MathML in Context
  2007-12-04  2:37 ` [SPAM] " Mike Santy
@ 2007-12-04 13:16   ` Maurí­cio
  0 siblings, 0 replies; 3+ messages in thread
From: Maurí­cio @ 2007-12-04 13:16 UTC (permalink / raw)
  To: ntg-context

Mike Santy escreveu:
> Below is a complete example:
> (...)
> 
> Could you please add this minimal example to the wiki page:
> http://wiki.contextgarden.net/MathML_code_examples

Done.

Best,
Maurício

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2007-12-04 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-04  2:26 Examples of MathML in Context Maurí­cio
2007-12-04  2:37 ` [SPAM] " Mike Santy
2007-12-04 13:16   ` Maurí­cio

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