Closed (fixed)
Project:
MathJax: LaTeX for Drupal
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2011 at 05:32 UTC
Updated:
30 Mar 2011 at 19:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
ferdi commentedWe would like to support mathjax in OpenScholar distribution (http://openscholar.harvard.edu) and will contribute to the development of this module.
thanks,
Ferdi
Comment #2
fleetcommand commentedThis 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 :)
Comment #3
vkareh commentedUploaded 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:
Note: you might need to rename the tarball to mathjax.tar.gz to be able to extract it, since Drupal.org renames it.
Comment #4
ferdi commentedThere is also some initial work done by the maintainer http://drupal.org/node/1015568#comment-3904468
Comment #5
julou commentedHi 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
Comment #6
julou commented