MathJax is an open source JavaScript engine that makes it easy to embed mathematical equations, symbols, and formulae on a page.

learn more… | top users | synonyms

2
votes
1answer
33 views

Rendering user input from dynamically created textarea using MathJax

I'm developing a math web page. There are textareas created on click, depending on the user needs, in this particular case I know that one text box is the numerator and the other is the denominator of ...
-3
votes
0answers
32 views

display stacked fraction in a <div> using mathjax [closed]

Am writing a program to display fraction in stacked form.For that i choosed mathjax. Since am new to this its bit confusing.Can any one help me out in applying mathjax to a tag dynamically. Please ...
0
votes
0answers
18 views

Mathjax numbering of equations

I am blogging with MathJax on Blogger, see my blog. My problem is the following: When showing multiple posts in the same page, equation numbering is just continuing post to post. In other words, if I ...
0
votes
0answers
23 views

MathJax WMD-markdown updates only on alternate keystrokes

I am trying to get MatJax and Markdown work together, by using almost standard code I was able to get it working but now I am facing a weird issue. My WMD preview is updated only on alternate ...
-1
votes
0answers
15 views

Is it possible to have multiple instances of the MathJax Equation Stepper (MathJax with Dynamic CSS)?

MathJax has a great equation stepper http://www.math.union.edu/~dpvc/talks/2013-01-12.jmm/sample7-mj.html But when I try to make more than one on a page, it doesn't work. How can you have 2 or more ...
2
votes
1answer
33 views

How to apply MathJax LaTeX formatting to <div> programatically?

For example, if I add a <div> to a page via (assume jQuery is included) $('body').append($('<div>').text('x = {-b \\pm \\sqrt{b^2-4ac} \\over 2a}.')); How can I apply the "tex2jax" ...
0
votes
1answer
41 views

Mathjax expression in sphinx python not rendering correclty

I've been trying to figure out what's wrong with this expression in my docstring. I'm using the sphinx.ext.mathjax extension in python sphinx v1.2b. The docstring: .. math:: w_k^* = \min_{w_k} ...
0
votes
0answers
15 views

Arc symbol is not rendered properly in IE 9

I want to write Arc ABC I have written the Mathml code using Open Office Math Editor <?xml version="1.0" encoding="UTF-8"?> <math xmlns="http://www.w3.org/1998/Math/MathML"> ...
1
vote
1answer
35 views

jqMath: How to colorize fractions inside jqMath tables

In writing math using jqMath, I have the need to highlight specific parts of math problems. /* specific to override border bottom important jqMath adds */ fmath td.redunderline { border-bottom: ...
0
votes
1answer
74 views

How to refer to an equation in a different page with Mathjax

I have several html pages with a lot of equations rendered by Mathjax. I would like to refer to several equations not especially in the same page. The problem is that "\eqref" is only working if the ...
0
votes
1answer
21 views

How can I define macros using jade template engine?

When using jade with MathJax, I'm using a lot of such tags: <script type="math/tex; mode=display"> some math fomula </script> to generate math formula in web pages, so I will be ...
0
votes
0answers
25 views

MathJax scripts not being generated by knitr::spin

I'm generating an html report from a knitr::spin marked up document 1) It works doing the following > spin("document.R") Process the resulting .md file in Rstudio by clicking the "Preview ...
0
votes
1answer
91 views

wpf webBrowser NavigateToString script error

I want to use the Wpf webBrowser control to render math equations. I've downloaded MathJax, and included it in my Visual studio project. I've tryed to load one of the MathJax example. This is the ...
0
votes
1answer
45 views

Getting some problems with pandoc and mathjax

I'm trying to use pandoc to produce a html slideshow from a markdown file with some latex in it. The file is here at github. If I run the following pandoc command: pandoc -s -t s5 --mathjax ...
1
vote
0answers
28 views

Using MathJax in a html page

I want know the best way out of the following methods for using MathJax TeX and LaTeX input. MathML input. AsciiMath input. Which Method should I render? And whats the major difference in all of ...
0
votes
1answer
57 views

Escaping dollar sign in ipython notebook

I have a markdown cell in iPython that contains four dollar signs. iPython interprets anything between dollar signs as a MathJax expression, which is not what I want. How do I escape the dollar signs? ...
3
votes
3answers
106 views

Getting MathJax to update after changes to AngularJS model

I am trying to use AngularJS two-way binding text which includes Latex style equations. I would like to call MathJax to format the equations, but I'm not sure of the best way to ensure that MathJax ...
0
votes
1answer
78 views

Convert html mathjax to markdown with pandoc

I have some html files including mathjax commands. I would like to translate it into php extra markdown using pandoc. The problem is that pandoc add "\" before all math commands. For example ...
1
vote
0answers
25 views

What is MathJax's memory management like?

I am building an one page app, that can load contents dynamically by using ajax and typeset the content using MathJax. I noticed when used the MathJax to dynamically typeset the contents, even the ...
0
votes
1answer
63 views

MathJax html render to pdf

I am trying to make an online quiz application where the user will be presented with a quiz that contains text, images and math equations. I also want the user to be able to print that quiz. I am ...
0
votes
1answer
73 views

MathJax inside SVG

I'm doing some writing where I use MathJax to render the math. I also occasionally include SVG diagrams which are generated dynamically by javascript. Those SVG diagrams occasionally include math. ...
9
votes
0answers
108 views

export mathjax to latex [closed]

Is there some tool that would turn an HTML with mathjax into a valid LaTeX document? I undernstand that mathjax is already LaTeX, but if that is mixed with text, then simply saving the text ...
0
votes
1answer
29 views

How to use MathJax in a form?

I have a textbox in a form and I am want to use MathJax.I have downloaded it but dont know how to use it. I am using asp-mvc3. Thanks for your helps.
0
votes
2answers
44 views

Let mathjax reload page after an rpc

I just want to do something like this: contentAsync.load("linear_regression", new AsyncCallback<String>() { public void onFailure(Throwable caught) { content.add(new ...
0
votes
1answer
79 views

Typeset MathJax before element attaching to DOM

Due to the fact I use the BackboneJs framework to render html views. The html elements containing the MathML codes somehow need to be used by MathJax to typeset in order to get the HTML-CSS code ...
0
votes
1answer
54 views

Loading MathJax into loaded div

Not entirely sure how to phrase this question. I have a website that involves the use of MathJax to display math problems. The text on a page is loaded from a separate file based on what someone ...
0
votes
0answers
40 views

Mathjax interferes with my other javascript functions

I've made an online math quiz with mathjax but it interferes with the timer. The timer won't count down when mathjax is enabled. Here is my mathjax code: <script type="text/x-mathjax-config"> ...
0
votes
1answer
29 views

Prevent MathJax to manipulate dom on startup

I want MathJax to only manipulate certain elements on my page when I tell it to do so. I've this code. var converter = new Markdown.Converter(); converter.hooks.chain("preConversion", removeMath); ...
0
votes
1answer
170 views

MathJax word wrap

I have configured extra processing for MathJax with this code below <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [["$","$"],["\\(","\\)"]] }, ...
1
vote
0answers
118 views

MathJax rendering Android

Now I wrote program for Android. This application must render formules to WebView, using MathJax library. But I have problems... Sometimes it does not work (form time to time)... Now source: // This ...
0
votes
0answers
15 views

Is there a way yet to configure mathjax for wordpress.com?

There is a plugin for wordpress.org. But is there a way to add some code to the page template in wordpress.com, like you can for blogger?
0
votes
1answer
66 views

Using \x* arrows in mathjax

Does mathjax support \x* arrows? If it does, how do I use it (I'm looking for syntax and config)? If it doesn't, is there any method to get strechable arrow with text above it? The number of ...
1
vote
1answer
132 views

Render MathJax in an SVG file

I have spent a few days on the following with no joy. I wish to render Mathjax in an SVG file. I have no problem including it in a html file in an svg element using a foreignObject from the examples ...
0
votes
0answers
97 views

Jquery, writemaths, jeditable and wysiwyg

I try to integrate writemaths which is written using mathjax with preview functions. I tested it out with jeditable textarea by inserting the writemaths code here in jeditable. textarea: ...
0
votes
3answers
83 views

MathJax fraction rendering issue with zoomed page

I'm rendering the following line in a markdown cell in an IPython notebook (OS 10.8.2, Google Chrome browser): $$\frac{d}{dx}g(x) = f(x)$$ At the normal zoom level, it looks like this I'm trying ...
0
votes
0answers
79 views

Use MathJax to output and embed MathML in DOM tree while displaying it the rendered HTML/CSS way

For example I want convert LaTeX to MathML internally in DOM tree and want to display it the HTML/CSS way with MathJax. Is this possible? I only found a snippet which converts every Jax into MathML ...
1
vote
1answer
95 views

How to render a <svg> inserted by MathJax onto a <canvas>

I am trying to integrate MathJax into my web-application. And I would like to use MathJax to render equations onto a < canvas > I have been able to coax MathJax into adding a < svg > element ...
0
votes
1answer
50 views

mathjax, local macros not rendering in IE9 until reload

When I first load my page in IE9 the locally defined macros are not rendered (they are displayed in red as \bepsilon for example). When I reload the page, the math is rendered. I don't have to reload ...
0
votes
1answer
89 views

How to reduce lag to render math on html?

So, I need to implement mathjax in a web project, Did some research on who is already using it and found that, http://math.stackexchange.com/ Uses mathjax to render mathematical equations and ...
2
votes
1answer
175 views

Specify multiple widgets in slidify

How can I specify two widgets in a slidify RMarkdown document? Given the following example: --- title : Test subtitle : author : job : framework : io2012 # {io2012, ...
0
votes
1answer
64 views

Apply Mathjax to arbitrary elements

I have emacs org-generated HTML that contains dvipng'd equations by default. That's ok, I want to provide a good fallback for those who disabled their JS. The generated pictures and resulting ...
0
votes
2answers
121 views

MathJax in JQuery

I have many different MathJax formulas that are going to be dynamically moved around different lists on the webpage. I am trying to control this with JQuery and the append attribute. In my script ...
0
votes
1answer
90 views

How does mathjax equations affect seo? Would inserting images of my equations instead be better? [closed]

From an SEO perspective, would it be better to just upload an image of an equation rather than using mathjax to display that equation. The reason I ask is because I rendered an equation on my site ...
0
votes
2answers
84 views

Can we get MathML output from MathJax

I was wondering if there are ways to convert MathJax output to MathML. I read through several articles that saying MathJax supports MathML. I can also see the option 'Show MathML' when I right click ...
1
vote
0answers
73 views

Typeset algorithms in restructured text and mathjax

I'm using restructured text to write pages for a Pelican site and I can display mathematical notation and equation using MathJax. I would like to also typeset algorithms similar to LaTeX's ...
0
votes
1answer
125 views

How to edit “MathJax equation” with a JQuery-Tooltip or similar?

How can I edit the text with a "tooltip" as in this screencast, please? I would like to be able to the same with a "mathjax equation" (with Jquery or similar).
1
vote
1answer
201 views

include mathjax in android app

I am trying to include MathJax in my app. I removed files not needed for my app and brought down the size of the MathJax folder to 3Mb. My mathjax folder is in the assests directory of my app. I ...
1
vote
0answers
213 views

html to tex conversion with Pandoc does not produce mathematical mode

I'm working with a Windows machine. I use Rstudio/knitr to write and convert a (R)markdown file to an html file. The source markdown file contains some mathematics typed in the LaTeX language hence ...
0
votes
0answers
101 views

Loading and Rendering Mathjax in Primeface JSF

I have following JSF defined for displaying mathematics equations using MathJax. Initially page displays using MathJax on main page. Once have clicked on next page, on that page math equations are not ...
1
vote
1answer
152 views

Detect when MathJax has finished loading in UIWebView

I've got an interface that consists of a few UIWebViews, all of which are dynamically fed HTML, infused with MathJax javascript, which are used to display quite a few equations in the window. The ...

1 2 3 4