Book
- Drupal - Installation
- Drupal - Localization
- Drupal - Administration
- Drupal - Optimization
- Drupal - Security
- Drupal - Look and Feel
- Drupal - Garland Adjustments
- Drupal - CSS Tweaks
- Drupal - Outlook of Forms
- Drupal - Form Behavior
- Drupal - Node Form Buttons
- Drupal - jQuery
- Drupal - ExtJS
- Drupal - Custom Themes
- Drupal - Miscellaneous Themes
- Drupal - Superfish Menus
- Drupal - Contemplate
- Drupal - Iconizer
- Drupal - On Mobile Devices
- Drupal - More Look and Feel
- Drupal - Hierarchical Select
- Drupal - Panels
- Drupal - Zen Theme
- Drupal - jCarousel
- Flash with Drupal
- PSD-to-CSS online converter
- Drupal - Uploads
- Drupal - Navigation
- Drupal - Bookmarks (per-user menu)
- Drupal - Click Path
- Drupal - Keyboard Shortcuts
- Drupal - Flagging (and bookmarking)
- Drupal - Outline Designer
- Drupal - Recent Changes
- Drupal - Relevant Content
- Drupal - Simple Menu
- Drupal - Other Menu Modules
- Drupal - Other Navigation Modules
- Drupal - Russian search and keywords
- Drupal - Web Links
- Drupal - Improvements
- Drupal - Taxonomy and Views
- Drupal - Input Formats
- Drupal - Images
- Drupal - Data Presentation
- Drupal - Multimedia
- Drupal - Gadgets
- Drupal - Data Analysis
- Drupal - Geospatial
- Drupal - FAQ
- Drupal Resources
Drupal - Latex and MathML Filters
drutex
filter module integrates latex and mathml.
Install prerequisites for this module:
yum install tetex tetex-latex
I created special format with Latex filter enabled and called it "Scientific".
Then I followed technorati instructions and a good essay about formulas using MathML and LaTeXMathML.
Basically, we inject the mathml.js java script on pages with "scientific" format. This script is derived from the LaTeXMathML script.
Use the javascript injector module
for this.After installing and enabling the module and configuring user permissions, create the "MathML" injection rule.Set rule visibility based on PHP snippet, e.g. following these visibility recipes.Then created this PHP injection visibility rule:
- <?php
- $math_format = 8;
- }
- return FALSE;
- ?>
Internal conversion of MathML into Latex can be performed by MathParser. Also, there is a public web service from Wolfram research.

Comments
Post new comment