https://bugzilla.wikimedia.org/show_bug.cgi?id=42061

--- Comment #7 from benson_mu...@yahoo.com 2012-11-14 15:44:14 UTC ---
That should be fine. Is it possible to change some of the local configuration
settings for mathjax so that it is easier to display LaTeX formulae and
equation numbers. In particular, the sections below relevant to mathjax:

<?php
# This file was automatically generated by the MediaWiki 1.18.1
# installer. If you make manual changes, please keep track in case you
# need to recreate them later.
#
# See includes/DefaultSettings.php for all configurable settings
# and their default values, but don't forget to make changes in _this_
# file, not there.
#
# Further documentation for configuration settings may be found at:
# http://www.mediawiki.org/wiki/Manual:Configuration_settings

#require_once("/mediawiki/extensions/Math/Math.php");
#$wgTexvc = '/mediawiki/extensions/Math/math/texvc';

require_once("$IP/extensions/MathJax/MathJax.php");
MathJax_Parser::$MathJaxJS =
'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
MathJax_Parser::$MathJaxConfig = "$IP/extensions/MathJax/mwMathJaxConfig.js";
MathJax_Parser::$disabled = false;
MathJax_Parser::$do_number = true;
MathJax_Parser::$do_dollar = true;
MathJax_Parser::$do_dollardollar = true;

$wgParserCacheType = CACHE_NONE;

$wgEnableUploads = true;

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to