[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Converting a Dissertation Template from docx to .org to use for
From: |
Ken Mankoff |
Subject: |
Re: [O] Converting a Dissertation Template from docx to .org to use for LaTeX |
Date: |
Wed, 06 May 2015 09:07:16 -0400 |
On 2015-05-06 at 06:28, Rasmus <address@hidden> wrote:
> Paul Harper <address@hidden> writes:
>
>> he other thing is in the end I have to convert from the .tex file to a
>> .docx file using pandoc
>
> Org exports to odt via ox-odt. You can presumably export directly to docx
> using org-odt-convert-processes.
Although I recommend exporting to TeX and then using Pandoc to generate the
DOCX file. It seems (to me) to work better and have better support for
bibliography:
pandoc -f latex -t docx -o foo.docx --bibliography foo.bib foo.tex
-k.