Skip to content

Instantly share code, notes, and snippets.

@kotfic
Created August 8, 2013 18:35
Show Gist options
  • Save kotfic/6187379 to your computer and use it in GitHub Desktop.
Save kotfic/6187379 to your computer and use it in GitHub Desktop.

to .docx

(file-truename (org-latex-export-to-latex))
/usr/bin/pandoc -f latex -t docx --bibliography=references.bib --csl=iso690-numeric-en.csl -i $INFILE -o $(echo $INFILE | sed -e "s/tex$/docx/")
@kotfic
Copy link
Author

kotfic commented Aug 8, 2013

Export current document to latex
run shell script that uses pandoc to cover the latex to windows .docx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment