Attribut type pour <math>
authorPatrick PIERRE
sam., 24 sept. 2016 11:10:58 +0200
changeset 435 acc07d9146ed
parent 434 8a0af445525a
child 436 e0506760c16d
Attribut type pour <math>
Data/Topics/maths.xml
RelaxNG/publidoc.rnc
--- a/Data/Topics/maths.xml	mer. août 17 17:29:13 2016 +0200
+++ b/Data/Topics/maths.xml	sam. sept. 24 11:10:58 2016 +0200
@@ -36,7 +36,7 @@
         </head>
         <p>
           On rappelle que la <highlight>moyenne</highlight> de <var>X</var> est
-          le nombre : <math><latex>\overline X =
+          le nombre : <math type="important"><latex>\overline X =
           \frac{1}{n}\left( {n_1 x_1 + n_2 x_2 + \dots + n_p x_p } \right)</latex></math>.
         </p>
         <p>
--- a/RelaxNG/publidoc.rnc	mer. août 17 17:29:13 2016 +0200
+++ b/RelaxNG/publidoc.rnc	sam. sept. 24 11:10:58 2016 +0200
@@ -968,8 +968,10 @@
 math.attributes =
    xmlid.attribute?
  & math.display.attribute?
+ & math.type.attribute?
 math.display.attribute = attribute display {
    "wide" | "numbered" | "box"  | "numbered-box" }
+math.type.attribute = attribute type { xsd:NCName }
 
 math.content =
    mixed { sup* & sub* & var* & warning* }