Next | Query returned 13 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2013-12-08 02:17:32 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 0.6.5.2

changes:
0.6.5.2
 - Fixed serious bug handling commands.
   Support \not\in.
   Added tests.
0.6.5.1
 - Support \not\subset, etc. Closes #22.
 - Added nsubset, nsubseteq, nsupset, nsupseteq. Closes #23.
0.6.5
 - texMathToPandoc: Use $$ delimiters for display math in fallback.
 ( #22 => https://github.com/jgm/texmath/issues/22 )
 ( #23 => https://github.com/jgm/texmath/issues/23 )
   2013-08-28 10:55:12 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 0.6.4

changes:
0.6.4
  - Added Text/TeXMath/Pandoc to repository.
      Closes https://github.com/jgm/texmath/issues/18
  - Added Text.TeXMath.Pandoc module.
      This factors out some of the code formerly in
      Text.Pandoc.Readers.TeXMath.
   2013-08-23 00:39:20 by Ryosuke Moro | Files touched by this commit (5)
Log message:
The texmathml library provides functions to convert LaTeX math formulas to
presentation MathML (which can be used in HTML) or OMML (Office Math Markup
Language, used in Microsoft Office). It supports basic LaTeX and AMS
extensions, and it can parse and apply LaTeX macros.

Use the test flag to install a standalone executable, texmath, that reads a
LaTeX formula from stdin and writes MathML to stdout.

Use the cgi flag to install a cgi script, texmath-cgi.

Next | Query returned 13 messages, browsing 11 to 20 | previous