[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Can export the files with bibliography only to LaTeX
From: |
Adonay Felipe Nogueira |
Subject: |
Re: [O] Can export the files with bibliography only to LaTeX |
Date: |
Thu, 14 Dec 2017 10:11:34 -0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Indeed, Pandoc is a way out ;)
I just would advise against converting from LaTeX to Word DOC.
I'd say stick to LaTeX and PDF.
This is important because: just like PDF, DOC (and also DOCX and
ODF-family) is sometimes binary file, but beyond that: DOC is not
standardized, and one can't edit a DOC in plain text editor, this makes
it difficult to read version differences for a given file (although it
can be used in revision/version controlled spaces, it still makes it
difficult for a human reviewer to read the differences).
Relying on these formats such as DOC and DOCX only serve to
make people more dependent on the non-free software behind these.
Finally, if writting collaboratively with someone else, either send them
the Org or LaTeX file anyways, or if they are reviewing the changes: either
make use of a revision/version control system, send them only the diffs
that come from the revision/version control system you're using, or send
them the HTML output of `diffoscope' comparing a PDF of a previous
version with the PDF of the new version.
For more information on the current caveats of using `diffoscope' with
PDF files, see my reply in [1].
[1]
<https://listas.trisquel.info/pipermail/trisquel-users/2017-December/083507.html>.
2017-12-14T09:06:19+0000 Julian M. Burgos wrote:
> I do not think there is an out-of-the-box way to export a bibliography
> directly from org-mode to formats other than LaTex. What I usually do
> is export to Tex and then use Pandoc (https://pandoc.org/) to convert
> that document to other
> formats, usually Word so I can share my work with my colleagues. Pandoc
> can read the bibtex file and add the right citations, doing something
> like this:
>
> pandoc --bibliography /path/to/my_bib_file.bib my_document.docx
> my_document.tex
>
> There is also the ox-pandoc package, that allows you to export directly
> from org using pandoc. I have not tried yet (it is in my to-do list).
>
> https://github.com/kawabata/ox-pandoc
>
> Julian
--
- https://libreplanet.org/wiki/User:Adfeno
- Palestrante e consultor sobre /software/ livre (não confundir com
gratis).
- "WhatsApp"? Ele não é livre. Por favor, veja formas de se comunicar
instantaneamente comigo no endereço abaixo.
- Contato: https://libreplanet.org/wiki/User:Adfeno#vCard
- Arquivos comuns aceitos (apenas sem DRM): Corel Draw, Microsoft
Office, MP3, MP4, WMA, WMV.
- Arquivos comuns aceitos e enviados: CSV, GNU Dia, GNU Emacs Org, GNU
GIMP, Inkscape SVG, JPG, LibreOffice (padrão ODF), OGG, OPUS, PDF
(apenas sem DRM), PNG, TXT, WEBM.
- [O] Can export the files with bibliography only to LaTeX, Melleus, 2017/12/13
- Re: [O] Can export the files with bibliography only to LaTeX, Julian M. Burgos, 2017/12/14
- Re: [O] Can export the files with bibliography only to LaTeX, Alan Schmitt, 2017/12/14
- Re: [O] Can export the files with bibliography only to LaTeX,
Adonay Felipe Nogueira <=
- Re: [O] Can export the files with bibliography only to LaTeX, Eric S Fraga, 2017/12/14
- Re: [O] Can export the files with bibliography only to LaTeX, Adonay Felipe Nogueira, 2017/12/14
- Re: [O] Can export the files with bibliography only to LaTeX, Eric S Fraga, 2017/12/15
- Re: [O] Can export the files with bibliography only to LaTeX, Melleus, 2017/12/15
- Re: [O] Can export the files with bibliography only to LaTeX, Tim Cross, 2017/12/15
- Re: [O] Can export the files with bibliography only to LaTeX, Adonay Felipe Nogueira, 2017/12/16
- Re: [O] Can export the files with bibliography only to LaTeX, Eric S Fraga, 2017/12/17
- Re: [O] Can export the files with bibliography only to LaTeX, Melleus, 2017/12/28