ravnoor / Global-Pandoc-files

Stuff that goes in ~/.pandoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global Pandoc configuration files

After years of trying to perfect the conversion of academic Markdown files to Word (for people who swear by it), I think I've stumbled on the holy grail, thanks to Duke's Kieran Healy. This repository is a non-forked fork of this, but with the added ability to convert Markdown files into perfeclty styled Word documents, in addition to TeX, HTML, and PDF.

Pandoc allows you to create custom output templates for most file formats, but unfortunately not for .docx files. Following Kieran's lead, this repository includes odt.template and reference.odt, which places and styles custom metadata (like author information) into an .odt file. This can then be converted to .docx, either manually (by opening LibreOffice) or with the command line:

/Applications/LibreOffice.app/Contents/MacOS/soffice.bin --invisible --convert-to docx filename.odt

HOLY GRAIL! Markdown to Word, HTML, and PDF with one command. Beautiful.

To do

  • Space after lists in Word
  • Table styles in Word
  • Line wrapping in memo header

Bugs

  • No captions at all in Word (because Pandoc > ODT doesn't support them)
  • No caption numbers in HTML

About

Stuff that goes in ~/.pandoc


Languages

Language:CSS 61.6%Language:Python 22.6%Language:Awk 11.6%Language:Shell 4.1%