<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/data/LaTeXMathML.js.comment, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>http://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='http://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/'/>
<updated>2010-03-18T06:45:56Z</updated>
<entry>
<title>Added --mathml option; removed Text.Pandoc.LaTeXMathML.</title>
<updated>2010-03-18T06:45:56Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2010-03-18T06:45:56Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/commit/?id=56217f100404bc277c53518436ea93973c7705ac'/>
<id>urn:sha1:56217f100404bc277c53518436ea93973c7705ac</id>
<content type='text'>
* Added data/MathMLinHTML.js, which is included when no URL is provided
  for --mathml.  This allows MathML to be displayed in better browsers,
  as text/html.
* The module was no longer necessary; its functionality (two lines)
  was incorporated into pandoc.hs.
* Consolidated the two LaTeXMathML.js files into one.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1909 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
<entry>
<title>Support for display math; changed ASCIIMathML -&gt; LaTeXMathML:</title>
<updated>2008-08-13T03:02:42Z</updated>
<author>
<name>fiddlosopher</name>
<email>fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b</email>
</author>
<published>2008-08-13T03:02:42Z</published>
<link rel='alternate' type='text/html' href='http://git.pashev.ru/pandoc/commit/?id=f53fb554fe0acf88d7c697236bbd1373e78f3d83'/>
<id>urn:sha1:f53fb554fe0acf88d7c697236bbd1373e78f3d83</id>
<content type='text'>
Resolves Issue #47.

+ Added a DisplayMath/InlineMath selector to Math inlines.
+ Markdown parser yields DisplayMath for $$...$$.
+ LaTeX parser yields DisplayMath when appropriate.  Removed
  mathBlock parsers, since the same effect is achieved by the math
  inline parsers, now that they handle display math.
+ Writers handle DisplayMath as appropriate for the format.
+ Changed -m option to use LaTeXMathML rather than ASCIIMathML.
  LaTeXMathML is closer to LaTeX in its display of math, and
  supports many non-math LaTeX environments.
+ Modified HTML writer to print raw TeX when LaTeXMathML is
  being used instead of suppressing it.
+ Removed ASCIIMathML files from data/ and added LaTeXMathML.
+ Replaced ASCIIMathML with LaTeXMathML in source files.
+ Modified README and pandoc man page source.
+ Modified web page.
+ Added --latexmathml option (kept --asciimathml as a synonym
  for backwards compatibility)
+ Modified tests accordingly; added new tests for display math.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1409 788f1e2b-df1e-0410-8736-df70ead52e1b
</content>
</entry>
</feed>
