| 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: webwork2/conf/global.conf.dist,v 1.111.2.1 2004/11/10 18:00:44 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.111.2.2 2005/01/07 20:33:23 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. |
| … | |
… | |
| 572 | dvipng_depth_db => { |
572 | dvipng_depth_db => { |
| 573 | dbsource => 'dbi:mysql:DvipngDepths', |
573 | dbsource => 'dbi:mysql:DvipngDepths', |
| 574 | user => $dbLayouts{sql}->{password}->{params}->{usernameRW}, |
574 | user => $dbLayouts{sql}->{password}->{params}->{usernameRW}, |
| 575 | passwd => $dbLayouts{sql}->{password}->{params}->{passwordRW}, |
575 | passwd => $dbLayouts{sql}->{password}->{params}->{passwordRW}, |
| 576 | }, |
576 | }, |
| 577 | }; |
|
|
| 578 | |
|
|
| 579 | $pg{displayModeOptions}{jsMath} = { |
|
|
| 580 | reportMissingFonts => 1, # set to 0 to prevent the missing font message |
|
|
| 581 | missingFontMessage => undef, # set to an HTML string to use for the missing font message |
|
|
| 582 | }; |
577 | }; |
| 583 | |
578 | |
| 584 | $pg{displayModeOptions}{jsMath} = { |
579 | $pg{displayModeOptions}{jsMath} = { |
| 585 | reportMissingFonts => 1, # set to 0 to prevent the missing font message |
580 | reportMissingFonts => 1, # set to 0 to prevent the missing font message |
| 586 | missingFontMessage => undef, # set to an HTML string to use for the missing font message |
581 | missingFontMessage => undef, # set to an HTML string to use for the missing font message |