search for: asciimathml

Displaying 5 results from an estimated 5 matches for "asciimathml".

2006 Jun 10
3
MultiMarkdown and MathML - new feature and request for help
A lot of people have expressed interest in combining math features with Markdown, but I am not aware of any real developments from these requests. I was looking around and toying with [ASCIIMathPHP](http:// www.jcphysics.com/ASCIIMath/) and integrated it with MultiMarkdown and my xhtml2latex XSLT transforms. You can include math as an inline formula by using a markup similar to inline
2006 Aug 10
1
pandoc - an implementation of Markdown in Haskell
...ng the Parsec parser combinator library). pandoc converts Markdown to HTML, LaTeX, reStructuredText, rich text format, and S5 HTML slide shows. It partially converts HTML, LaTeX, and reStructuredText to Markdown. It also makes it easy to include LaTeX math on HTML pages, using Peter Jipsen's ASCIIMathML.js. Source code and instructions are available at http://sophos.berkeley.edu/macfarlane/pandoc.html pandoc isn't a "fully compliant" markdown implementation. I've documented the (very minor) differences in the README file. I'd be curious to hear any impressions, bug repor...
2007 Jan 26
1
CGIwithR and visible output of 'invisible(capture.output(library(...)))'
...Version 2.3.1 (2006-06-01) THANKS! best wishes, leo PS: the output is (uncut) <----> MiniUnz 1.01b, demo of zLib + Unz package written by Gilles Vollant more info at http://www.winimage.com/zLibDll/unzip.html /usr/local/lib/R/site-library/R2HTML/output/R2HTMLstuff.zip opened extracting: ASCIIMathML.js extracting: factor.gif extracting: gridR2HTML.css extracting: gridR2HTML.js extracting: numeric.gif extracting: Pastel.css extracting: R2HTML.css extracting: R2HTMLlogo.gif creating directory: runtime/ creating directory: runtime/lib/ extracting: runtime/lib/grid.js extracting: runtime/readme.tx...
2007 Jan 09
1
Pandoc 0.3
...atively, with no XSLT postprocessing. - Converts *to* markdown from HTML, LaTeX, and reStructuredText. - Unicode support. - Support for footnotes. - Support for "smart" quotes, dashes, and ellipses. - Support for document metadata (title, author, date). - Support for inline LaTeX math and ASCIIMathML. - Support for inline LaTeX commands. - Compatibility mode to turn off syntax entensions and emulate Markdown.pl. - Convenient wrapper scripts: + html2markdown makes it easy to produce a markdown version of any web page. + markdown2pdf converts markdown to PDF in one step. + hsm...
2007 Dec 08
2
Great work!
I've just spent a happy couple of days writing a text file for formatting with Markdown. The results are phenomenal! It's easy to write, and attractive to read. I'll try to send a Christmas present to the writer :-) But when I looked at the perl source, I also found that it was small and well-structured. Of course, I couldn't resist adding a few things that appealled to me.