Handbuch:$wgMathEnableExperimentalInputFormats

This page is a translated version of the page Manual:$wgMathEnableExperimentalInputFormats and the translation is 50% complete.
Math: $wgMathEnableExperimentalInputFormats
Bitte bearbeite diese Seite um eine Kurzbeschreibung zu ergänzen.
Eingeführt in Version:1.22.0
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(Wahrheitswert)
Standardwert:false

Details

Enables the use experimental input formats

  • pmml - presentation mathml
  • ascii - ASCII math input
<math type="pmml">
     <mrow>
       <mi>a</mi>
       <msup>
         <mi>x</mi>
         <mn>2</mn>
       </msup>
       <mo>+</mo>
       <mi>b</mi>
       <mi>x</mi>
       <mo>+</mo>
       <mi>c</mi>
     </mrow>
</math>