>>> "Martin" == Martin Leduc writes:
> Hi orgers,
> People using org-mode or LaTeX to write scientific papers inevitably
> face problems when time comes to share a manuscript with co-authors
> for reviewing. Unless one decides to restrict the choice of his
> co-authors based exclus
Hi Martin,
The best solution I found so far is to export to latex, and then use
pandoc to convert the tex document into word. You can point pandoc to
your .bib file, so the bibliography gets into the word document, doing
something like this:
pandoc --bibliography /home/julian/Documents/org_files
Hi Martin,
The best solution I found so far is to export to latex, and then use
pandoc to convert the tex document into word. You can point pandoc to
your .bib file, so the bibliography gets into the word document, doing
something like this:
pandoc --bibliography /home/julian/Documents/org_files
Hi,
Am 17.08.16 um 11:00 schrieb Ken Mankoff:
Pandoc does work well, but I notice you didn't say tables. Does it
do
> that for you well? For me, they are unreadable, with each column a
> full
> page width, and the table therefore far too wide.
You could write the tables in Latex, Pandoc acce
On 2016-08-17 at 01:30, Martin Leduc wrote:
> Hi Ken, I tried the Pandoc solution first and the result appears quite
> satisfying to me. In the docx document, I can see citations,
> bibliography, figures and even equations. I will keep note of your
> first suggestion if I face issues with pandoc.
Hi Ken, I tried the Pandoc solution first and the result appears quite
satisfying to me. In the docx document, I can see citations,
bibliography, figures and even equations. I will keep note of your first
suggestion if I face issues with pandoc.
Thanks,
Martin
On 08/16/2016 07:41 AM, Ken Man
Hi Julian, thank you for the suggestion. I didn't know pandoc, and
didn't expect to find something so near from what I was searching !
Converting the tex file to docx using pandoc, I can see the correct
citations and bibliography, and even equations (in openoffice, haven't
tested it with Micro
Hi,
in the recent year and a half I have been writing in Pandoc Markdown,
exchanging documents and research papers with others as .docx documents
that I converted directly in Pandoc, or, if a biblatex bibliography was
involved, via Latex document.
The route back to Pandoc was copy and paste,
On 2016-08-16 at 11:48, Eric Abrahamsen wrote:
> Ken Mankoff writes:
>> Note that LibreOffice *cannot* be open/running while exporting, or
>> the conversion fails.
>
> So *that's* what's going on! I could never figure out why it failed
> sometimes -- there was no pattern that I could see. Is it
On 08/15/2016 11:36 PM, Martin Leduc wrote:
Hi orgers,
People using org-mode or LaTeX to write scientific papers inevitably
face problems when time comes to share a manuscript with co-authors for
reviewing. Unless one decides to restrict the choice of his co-authors
based exclusively on their kn
Ken Mankoff writes:
> Hi Martin,
>
> The workflow I've been using for the past few months is this:
>
> 1) Export to ODT and then use LibreOffice to convert ODT to DOC with,
>
> (use-package ox-odt
> :ensure nil
> :config (progn
> (setq org-odt-preferred-output-format "doc")
>
Hi Martin,
The workflow I've been using for the past few months is this:
1) Export to ODT and then use LibreOffice to convert ODT to DOC with,
(use-package ox-odt
:ensure nil
:config (progn
(setq org-odt-preferred-output-format "doc")
(setq org-odt-convert-processes
Hi orgers,
People using org-mode or LaTeX to write scientific papers inevitably
face problems when the time comes to share a manuscript with co-authors
for reviewing. Unless one decides to restrict the choice of his
co-authors based exclusively on their knowledge of LaTeX, collaborators
gener
Hi orgers,
People using org-mode or LaTeX to write scientific papers inevitably
face problems when time comes to share a manuscript with co-authors for
reviewing. Unless one decides to restrict the choice of his co-authors
based exclusively on their knowledge of LaTeX, collaborators generally
14 matches
Mail list logo