Skip to content

Commit ef2a85e

Browse files
author
dpvc
committed
More files for asciimath rendering. git-svn-id: http://svn.webwork.maa.org/system/trunk/webwork2@2200 c0722133-6baf-4dd8-8699-98d999cd4f06
1 parent 75b7135 commit ef2a85e

File tree

4 files changed

+690
-9
lines changed

4 files changed

+690
-9
lines changed

conf/global.conf.dist

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
################################################################################
33
# WeBWorK Online Homework Delivery System
44
# 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 $
66
#
77
# This program is free software; you can redistribute it and/or modify it under
88
# the terms of either: (a) the GNU General Public License as published by the
@@ -77,6 +77,7 @@
7777
local_help => "/webwork2_files/helpFiles",
7878
oldProf => "/webwork1/profLogin.pl",
7979
jsMath => "/webwork2_files/jsMath/jsMath.js",
80+
asciimath => "/webwork2_files/ASCIIMathML/ASCIIMathML.js",
8081
);
8182

8283
################################################################################
@@ -272,7 +273,7 @@ $practiceUserPrefix = "practice";
272273

273274
%pg = (
274275
# available display modes
275-
displayModes => [ qw(plainText formattedText images jsMath) ],
276+
displayModes => [ qw(plainText formattedText images jsMath asciimath) ],
276277
# pg options
277278
options => {
278279
# default translation options

0 commit comments

Comments
 (0)