[system] / branches / rel-2-3-dev / webwork-modperl / lib / WeBWorK / Constants.pm Repository:
ViewVC logotype

Diff of /branches/rel-2-3-dev/webwork-modperl/lib/WeBWorK/Constants.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 4439 Revision 4440
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>
216You must use at least one display mode. If you select only one, then the options box will 217You 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.',

Legend:
Removed from v.4439  
changed lines
  Added in v.4440

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9