ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* mathml
@ 2012-03-12  9:12 Meer, H. van der
  2012-03-12 13:57 ` mathml Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Meer, H. van der @ 2012-03-12  9:12 UTC (permalink / raw)
  To: ConTeXt NTG

I ventured a first try of mathml in my code, but clearly I am doing something wrong.
One of the examples in the XML-publication is:
<math>
	<apply><root/>
		<cn>3</cn>
		<apply><times/>
			<apply><plus/><ci>a</ci><ci>b</ci></apply>
			<apply><minus/><ci>c</ci><ci>d</ci></apply>
		</apply>
	</apply>
</math>

It doesn't result in a neat formula, but there only appears: "3 ab cd".
Is there a module I have to include? or what else?

Hans van der Meer



___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mathml
  2012-03-12  9:12 mathml Meer, H. van der
@ 2012-03-12 13:57 ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2012-03-12 13:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 12-3-2012 10:12, Meer, H. van der wrote:
> I ventured a first try of mathml in my code, but clearly I am doing something wrong.
> One of the examples in the XML-publication is:
> <math>
> 	<apply><root/>
> 		<cn>3</cn>
> 		<apply><times/>
> 			<apply><plus/><ci>a</ci><ci>b</ci></apply>
> 			<apply><minus/><ci>c</ci><ci>d</ci></apply>
> 		</apply>
> 	</apply>
> </math>
>
> It doesn't result in a neat formula, but there only appears: "3 ab cd".
> Is there a module I have to include? or what else?

\usemodule[mathml]

> Hans van der Meer
>
>
>
> ___________________________________________________________________________________
> 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  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mathml
  2012-03-17 11:38 mathml Meer, H. van der
@ 2012-03-17 11:45 ` luigi scarso
  0 siblings, 0 replies; 6+ messages in thread
From: luigi scarso @ 2012-03-17 11:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Mar 17, 2012 at 12:38 PM, Meer, H. van der <H.vanderMeer@uva.nl> wrote:
> I have a mathml question: how to typeset properly a function with an
> argument: f(x)?
> In the ConTeXt examples for mathml I see for one:
> <lambda>
>   <bvar> <ci> x </ci> </bvar>
> </lambda>
> But is there something like this for f(x), that is an "f" properly typeset?
>
> Hans van der Meer


\setupbackend
  [export=fx.xml,
   xhtml=fx.xhtml,
   ]
\starttext $f(x)$ \stoptext

what about  fx.xhtml
-- 
luigi
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* mathml
@ 2012-03-17 11:38 Meer, H. van der
  2012-03-17 11:45 ` mathml luigi scarso
  0 siblings, 1 reply; 6+ messages in thread
From: Meer, H. van der @ 2012-03-17 11:38 UTC (permalink / raw)
  To: ConTeXt NTG


[-- Attachment #1.1: Type: text/plain, Size: 293 bytes --]

I have a mathml question: how to typeset properly a function with an argument: f(x)?
In the ConTeXt examples for mathml I see for one:
<lambda>
  <bvar> <ci> x </ci> </bvar>
</lambda>
But is there something like this for f(x), that is an "f" properly typeset?

Hans van der Meer




[-- Attachment #1.2: Type: text/html, Size: 1867 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* mathml
@ 2005-12-29 11:33 Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2005-12-29 11:33 UTC (permalink / raw)


Hi,

I'm currently reimplementing the mathml modules (a bit more trendy and 
flexible implementation). In a couple of weeks i need testers. I also 
wonder if we can set up a repository with test files.

Hans

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

* mathml
@ 2002-06-06 13:48 Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2002-06-06 13:48 UTC (permalink / raw)


Hi,

at http://www.pragma-pod.nl/ (the cod and com links will work soon) i have 
enabled mathml testing mode again, other things will follow

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


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

end of thread, other threads:[~2012-03-17 11:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-12  9:12 mathml Meer, H. van der
2012-03-12 13:57 ` mathml Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2012-03-17 11:38 mathml Meer, H. van der
2012-03-17 11:45 ` mathml luigi scarso
2005-12-29 11:33 mathml Hans Hagen
2002-06-06 13:48 mathml Hans Hagen

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