mailing-list for TeXmacs Users

Text archives Help


conversion to mathml


Chronological Thread 
  • From: "RAPPAZ Francois" <address@hidden>
  • To: <address@hidden>
  • Subject: conversion to mathml
  • Date: Tue, 29 Jan 2008 07:59:58 +0100


Hi there

I have set up texmacs (version 1.0.6) for cygwin.
Using the mathml converter with the data

<\equation*>

<overline|M><rsub|<with|mode|text|n>><left|(>\<phi\><rsub|<with|mode|text|n>><right|)>
</equation*>

I believe the beginning is missing:

<math xmlns="http://www.w3.org/1998/Math/MathML";>
<mstyle displaystyle="true">
<mrow>
<msub><mtext>n</mtext></msub><mrow>
<mo form="prefix">(</mo><msub><mi>Ï*</mi><mtext>n</mtext></msub><mo
form="postfix">)</mo>

</mrow></mrow>
</mstyle>
</math>

Using an online converter I get the whole stuff

<tex2mml xmlns="http://www.w3.org/1998/Math/MathML";>
<!-- This MathML has been generated by the TexToMathML application -->
<!-- developed at the Ontario Research Center for Computer Algebra -->
<!-- (ORCCA). Please report problems to address@hidden -->
<math display="block" overflow="scroll">
<msub>
<mover>
<mi>M</mi>

<mo stretchy="true">&#x00AF;</mo>
</mover>
<mi mathvariant="normal">n</mi>
</msub>
<mfenced close=")" open="(">
<msub>
<mi>&#x03C6;</mi>
<mi mathvariant="normal">n</mi>

</msub>
</mfenced>
</math>
</tex2mml>

Is it a bug or a config problem ?
Thanks for any help


François Rappaz




Archive powered by MHonArc 2.6.19.

Top of page