| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.172 2006/08/11 21:50:40 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.173 2006/08/14 18:24:05 sh002i Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 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. |