https://github.com/fractaledmind/pandoc_docx_template
Reference .docx file for pandoc conversion
https://github.com/fractaledmind/pandoc_docx_template
Last synced: about 1 year ago
JSON representation
Reference .docx file for pandoc conversion
- Host: GitHub
- URL: https://github.com/fractaledmind/pandoc_docx_template
- Owner: fractaledmind
- Created: 2014-08-01T05:12:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T21:10:21.000Z (almost 12 years ago)
- Last Synced: 2025-02-04T00:41:48.983Z (over 1 year ago)
- Language: CSS
- Size: 285 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository holds my reference file for generating Microsoft Word `.docx` files from [pandoc markdown](http://johnmacfarlane.net/pandoc/demo/example9/pandocs-markdown.html).
This repo currently contains the plain text version of John MacFarlane's pandoc README as well as a `.docx` version created using my reference file.
It also contains a `.md` file with some sample text from an academic paper of mine along with its converted `.docx` file.
Finally, it contains the actual `reference.docx` file used by pandoc in the conversion from markdown.
If I were in this directory, I would use this pandoc command to convert the pandoc README into a `.docx` file using my template:
`pandoc -S -s --reference-docx=reference.docx pandoc_readme.txt -o pandoc_readme.docx`
The `.docx` template uses [Hoefler Text](http://www.typography.com/fonts/hoefler-text/overview/) as its font. It is double spaced, with small caps headers and 1" indented, single-line block quotes. It works well for academic papers.