Conversion error to MS-Word Office-Open XML / OpenDocument (pandoc)
André Jäger
andre.jaeger at gmx.net
Thu Nov 12 20:56:20 UTC 2020
Hello,
I have LyX Version 2.3.4.2 on Ubuntu 20.04.1 LTS.
I have to export a LYX-Document to MSWord. The document is encoded with
Unicode (utf8), and the converter-definition LaTEX (plain) -> MS-Word
Office-Open XML is set to:||
pandoc -s -f latex -o $$o -t docx $$i
That works. In order to export a bibliogrphy, I changed the
converter-defitiontio to:
pandoc -s -filter pandoc-citeproc -f latex -o $$o -t docx $$i
Without having added a citation and bibliography (I did not change the
document), the error-message appears: An error occurred while running:
pandoc -s -filter pandoc-citeproc -f latex -o "test.docx" -t docx
"test.tex"
The document did not change, still encoded with Unicode (utf8), there is
no bibliography inserted that might contain an error, and
pandoc-citeproc is installed.
The same happens for an export to OpenDocument (pandoc) with converter:
pandoc -s --filter pandoc-citeproc -f latex -o $$o -t odt $$i
Does someone have an idea what do do?
Thank you, and thanks for the wonderful program. (I am new to LYX and in
the beginning to work with it).
Thank you, André
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20201112/b8217191/attachment-0001.html>
More information about the lyx-users
mailing list