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