Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ad540704
Commit
ad540704
authored
May 17, 2012
by
ichuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleaned up cruft in mathjax_include.html
parent
6fc644ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
16 deletions
+7
-16
templates/mathjax_include.html
+7
-16
No files found.
templates/mathjax_include.html
View file @
ad540704
##
## File: templates/mathjax_include.html
##
## Advanced mathjax using 2.0-latest CDN for Dynamic Math
##
## This enables ASCIIMathJAX, and is used by js_textbox
<script
type=
"text/x-mathjax-config"
>
// MathJax.Hub.Config({
// tex2jax: {inlineMath: [["\\(","\\)"]],
// displayMath: [["\\[","\\]"]]}
// });
// (function () {
var
QUEUE
=
MathJax
.
Hub
.
queue
;
// shorthand for the queue
...
...
@@ -46,18 +49,6 @@ MathJax.Hub.Config({
});
//
// Get the element jax when MathJax has produced it.
//
// QUEUE.Push(function () {
// {% for id in jsids %}
// math = MathJax.Hub.getAllJax("{{id}}_display")[0];
// jaxset["{{id}}"] = math;
// math.Text(document.getElementById("{{id}}").defaultValue);
// UpdateMathML(math,"{{id}}");
// {% endfor %}
// });
//
// The onchange event handler that typesets the
// math entered by the user
//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment