| … | |
… | |
| 231 | # Location of jsMath script, used for the jsMath display mode. |
231 | # Location of jsMath script, used for the jsMath display mode. |
| 232 | $webworkURLs{jsMath} = "$webworkURLs{htdocs}/jsMath/jsMath-ww.js"; |
232 | $webworkURLs{jsMath} = "$webworkURLs{htdocs}/jsMath/jsMath-ww.js"; |
| 233 | |
233 | |
| 234 | # Location of ASCIIMathML script, used for the asciimath display mode. |
234 | # Location of ASCIIMathML script, used for the asciimath display mode. |
| 235 | $webworkURLs{asciimath} = "$webworkURLs{htdocs}/ASCIIMathML/ASCIIMathML.js"; |
235 | $webworkURLs{asciimath} = "$webworkURLs{htdocs}/ASCIIMathML/ASCIIMathML.js"; |
|
|
236 | |
|
|
237 | # Location of LaTeXMathML script, used for the LaTeXMathML display mode. |
|
|
238 | $webworkURLs{LaTeXMathML} = "$webworkURLs{htdocs}/LaTeXMathML/LaTeXMathML.js"; |
| 236 | |
239 | |
| 237 | ################################################################################ |
240 | ################################################################################ |
| 238 | # Defaults for course-specific locations (directories and URLs) |
241 | # Defaults for course-specific locations (directories and URLs) |
| 239 | ################################################################################ |
242 | ################################################################################ |
| 240 | |
243 | |
| … | |
… | |
| 678 | "plainText", # display raw TeX for math expressions |
681 | "plainText", # display raw TeX for math expressions |
| 679 | "formattedText", # format math expressions using TtH |
682 | "formattedText", # format math expressions using TtH |
| 680 | "images", # display math expressions as images generated by dvipng |
683 | "images", # display math expressions as images generated by dvipng |
| 681 | "jsMath", # render TeX math expressions on the client side using jsMath |
684 | "jsMath", # render TeX math expressions on the client side using jsMath |
| 682 | "asciimath", # render TeX math expressions on the client side using ASCIIMathML |
685 | "asciimath", # render TeX math expressions on the client side using ASCIIMathML |
|
|
686 | "LaTeXMathML", # render TeX math expressions on the client side using LaTeXMathML |
| 683 | ]; |
687 | ]; |
| 684 | |
688 | |
| 685 | #### Default settings for the PG translator |
689 | #### Default settings for the PG translator |
| 686 | |
690 | |
| 687 | # Default display mode. Should be listed above. |
691 | # Default display mode. Should be listed above. |