Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-10 | Fixed problem in reference.docx styles. | John MacFarlane | 1 | -0/+0 | |
Had xCs instead of iCs. reference.docx now validates at http://www.probatron.org:8080/officeotron/officeotron.html. This may help with #414. | |||||
2012-02-10 | Fixed name on "Date" style in reference.docx. | John MacFarlane | 1 | -0/+0 | |
See #414. | |||||
2012-01-19 | Added Docx writer. | John MacFarlane | 1 | -0/+0 | |
* New module `Text.Pandoc.Docx`. * New output format `docx`. * Added reference.docx. * New option `--reference-docx`. The writer includes support for highlighted code blocks and math (which is converted from TeX to OMML using texmath's new OMML module). |