| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.151 2005/10/11 21:04:08 sh002i Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.152 2005/10/17 03:37:36 gage 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. |
| … | |
… | |
| 706 | |
706 | |
| 707 | $pg{displayModeOptions}{jsMath} = { |
707 | $pg{displayModeOptions}{jsMath} = { |
| 708 | reportMissingFonts => 0, # set to 1 to allow the missing font message |
708 | reportMissingFonts => 0, # set to 1 to allow the missing font message |
| 709 | missingFontMessage => undef, # set to an HTML string to replace the missing font message |
709 | missingFontMessage => undef, # set to an HTML string to replace the missing font message |
| 710 | noImageFonts => 0, # set to 1 if you didn't install the jsMath image fonts |
710 | noImageFonts => 0, # set to 1 if you didn't install the jsMath image fonts |
|
|
711 | processDoubleClicks => 1, # set to 0 to disable double-click on math to get TeX source |
| 711 | }; |
712 | }; |
| 712 | |
713 | |
| 713 | ##### Directories used by PG |
714 | ##### Directories used by PG |
| 714 | |
715 | |
| 715 | # The root of the PG directory tree (from pg_root in Apache config). |
716 | # The root of the PG directory tree (from pg_root in Apache config). |