This project is lacking even an initial commit.

I am, therefore, volunteering to jump-start this project as a maintainer, as I'm interested in this module.

Here's my user profile: vkareh

CommentFileSizeAuthor
#3 mathjax.tar_.gz1.22 KBvkareh

Comments

ferdi’s picture

We would like to support mathjax in OpenScholar distribution (http://openscholar.harvard.edu) and will contribute to the development of this module.
thanks,
Ferdi

fleetcommand’s picture

This module looks interesting, I keep my eyes on it, so I hope the initial code is pushed soon. So I can replace jsmath with this one on D7 soon. At least, hopefully :)

vkareh’s picture

StatusFileSize
new1.22 KB

Uploaded a first version of the module.

Enable, then navigate to admin/settings/mathjax for more instructions (mainly, you have to download the MathJax archive from http://www.mathjax.org/download/ and extract it into sites/all/libraries/mathjax.

To use, you might need to set your Input Format to Full HTML (I will certainly add proper tokens in a later version), and type in the equations as follow:

  • For inline equations, use the following format: [$y=x^2$]
  • For equations displayed on their own line, use the following format: [$$y=x^2$$]

Note: you might need to rename the tarball to mathjax.tar.gz to be able to extract it, since Drupal.org renames it.

ferdi’s picture

There is also some initial work done by the maintainer http://drupal.org/node/1015568#comment-3904468

julou’s picture

Version: » 6.x-1.0-beta1

Hi all,

Thank you very much for your interest!
As ferdi mentionned, I already wrote an initial version with drush support and control of display per path (as for blocks).

I was actually waiting for the git system to be ready. And then running out of time. I just commited a d6 version now that should be usable.
A d7 version is ready on my computer. As soon as I understand how to deal with two versions of the module for d6 and d7 (i'm new to git, used to svn), i'll upload it.

As far as maintenance and development is concerned, I added vkareh as a maintainer as he's willing to implement these features:
- set mathjax parameters on admin page (size, source type, ...)
- show source code in lightbox-like modules (in priority shadowbox)
- support MathML syntax

Sorry for the delay. Best,

Thomas

julou’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.