RE: textual math dtd ?

> Or any try to a standardized Mathml+XHTML math paper (<div class="theorem"></div> ?

The XML Schema ( a subset of XHTML 1.1 + MathML 2.0) used by 
SciWriter (www.soft4science.com) uses <div> elements with class 
attributes as follows for theorem environments:   

              <div class="s4s-environment-acknowledgement">
              <div class="s4s-environment-algorithm">
              <div class="s4s-environment-axiom">
              <div class="s4s-environment-case">
              <div class="s4s-environment-claim">
              <div class="s4s-environment-comment">
              <div class="s4s-environment-conclusion">
              <div class="s4s-environment-condition">
              <div class="s4s-environment-conjecture">
              <div class="s4s-environment-corollary">
              <div class="s4s-environment-criterion">
              <div class="s4s-environment-definition">
              <div class="s4s-environment-example">
              <div class="s4s-environment-exercise">
              <div class="s4s-environment-lemma">
              <div class="s4s-environment-notation">
              <div class="s4s-environment-problem">
              <div class="s4s-environment-proof">
              <div class="s4s-environment-proposition">
              <div class="s4s-environment-remark">
              <div class="s4s-environment-solution">
              <div class="s4s-environment-summary">
              <div class="s4s-environment-theorem">
              <div class="s4s-environment-bibitem">
              <div class="s4s-environment-explanation">
    

Bernhard


-----Original Message-----
From: www-math-request@w3.org [mailto:www-math-request@w3.org] On Behalf Of Stéphan Sémirat
Sent: Thursday, October 07, 2004 9:23 AM
To: www-math
Subject: textual math dtd ?


Hi,

is there anything standard in writing document that contains math ?
I mean : if i want to write a math article in XML, how can i tag theorems, lemmas, proofs, etc ?
<theorem></theorem>, <lemma></lemma>, <proof></proof> ?
The math working group has created mathml for math formulae, but is there something similar for a "mathematical text" ? Or any try
to a standardized Mathml+XHTML math paper (<div class="theorem"></div> ?) ?
(i mean something that would be used by publishers, referencers,...).

Thanks a lot,
Regards,
Stephan Semirat

Received on Thursday, 7 October 2004 14:14:54 UTC