aboutsummaryrefslogtreecommitdiff
path: root/reference.docx
AgeCommit message (Collapse)Author
2012-02-10Fixed problem in reference.docx styles.John MacFarlane
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-10Fixed name on "Date" style in reference.docx.John MacFarlane
See #414.
2012-01-19Added Docx writer.John MacFarlane
* 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).