File tree 4 files changed +690
-9
lines changed
4 files changed +690
-9
lines changed Original file line number Diff line number Diff line change 2
2
# ###############################################################################
3
3
# WeBWorK Online Homework Delivery System
4
4
# Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
5
- # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.67 2004/05/23 23:17:23 gage Exp $
5
+ # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.68 2004/05/24 01:03:04 sh002i Exp $
6
6
#
7
7
# This program is free software; you can redistribute it and/or modify it under
8
8
# the terms of either: (a) the GNU General Public License as published by the
77
77
local_help => " /webwork2_files/helpFiles" ,
78
78
oldProf => " /webwork1/profLogin.pl" ,
79
79
jsMath => " /webwork2_files/jsMath/jsMath.js" ,
80
+ asciimath => " /webwork2_files/ASCIIMathML/ASCIIMathML.js" ,
80
81
);
81
82
82
83
# ###############################################################################
@@ -272,7 +273,7 @@ $practiceUserPrefix = "practice";
272
273
273
274
%pg = (
274
275
# available display modes
275
- displayModes => [ qw( plainText formattedText images jsMath) ],
276
+ displayModes => [ qw( plainText formattedText images jsMath asciimath ) ],
276
277
# pg options
277
278
options => {
278
279
# default translation options
You can’t perform that action at this time.
0 commit comments