summaryrefslogtreecommitdiff
path: root/reference.docx
Commit message (Collapse)AuthorAge
* Fixed problem in reference.docx styles.John MacFarlane2012-02-10
| | | | | | | | Had xCs instead of iCs. reference.docx now validates at http://www.probatron.org:8080/officeotron/officeotron.html. This may help with #414.
* Fixed name on "Date" style in reference.docx.John MacFarlane2012-02-10
| | | | See #414.
* Added Docx writer.John MacFarlane2012-01-19
* 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).