| … | |
… | |
| 209 | properly. |
209 | properly. |
| 210 | <li> images: produces images using the external programs LaTeX and dvipng. |
210 | <li> images: produces images using the external programs LaTeX and dvipng. |
| 211 | <li> jsMath: uses javascript to place symbols, which may come from fonts or images |
211 | <li> jsMath: uses javascript to place symbols, which may come from fonts or images |
| 212 | (the choice is configurable by the end user). |
212 | (the choice is configurable by the end user). |
| 213 | <li> asciimath: renders formulas client side using ASCIIMathML |
213 | <li> asciimath: renders formulas client side using ASCIIMathML |
|
|
214 | <li> LaTeXMathML: renders formulas client side using LaTeXMathML |
| 214 | </ul> |
215 | </ul> |
| 215 | <p> |
216 | <p> |
| 216 | You must use at least one display mode. If you select only one, then the options box will |
217 | You must use at least one display mode. If you select only one, then the options box will |
| 217 | not give a choice of modes (since there will only be one active).', |
218 | not give a choice of modes (since there will only be one active).', |
| 218 | min => 1, |
219 | min => 1, |
| 219 | values => ["plainText", "formattedText", "images", "jsMath", "asciimath"], |
220 | values => ["plainText", "formattedText", "images", "jsMath", "asciimath", "LaTeXMathML"], |
| 220 | type => 'checkboxlist'}, |
221 | type => 'checkboxlist'}, |
| 221 | |
222 | |
| 222 | { var => 'pg{options}{displayMode} ', |
223 | { var => 'pg{options}{displayMode} ', |
| 223 | doc => 'The default display mode', |
224 | doc => 'The default display mode', |
| 224 | doc2 => 'Enter one of the allowed display mode types above. See \'display modes entry\' for descriptions.', |
225 | doc2 => 'Enter one of the allowed display mode types above. See \'display modes entry\' for descriptions.', |