public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: <denis.maier-NSENcxR/0n0@public.gmane.org>
To: <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: AW: How to export a large file with bibliography to markdown or docx with pandoc?
Date: Mon, 12 Dec 2022 09:06:38 +0000	[thread overview]
Message-ID: <9fd56dd4623d46aa80975dcd1c13798b@unibe.ch> (raw)
In-Reply-To: <CAACnk7ZgPRa3f3gEkb_Gf6qNbSEUjRo4S896tYAs=0dxqXfcaQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 2756 bytes --]

First: you can pass multiple input files to pandoc
pandoc file1.tex file2.tex file3.tex

Pandoc will just concatenate the files.

Regarding the references : if you convert to odt or markdown, you’ll need to use pandoc’s citeproc.

pandoc [list-of-files] -o converted-manuscript.odt -C --bibliography=bibfile.bib

Regarding the non-basic packages : IDK, perhaps just give it a shot, and you’ll see how well they are supported. Maybe you’ll also want to have a look at tex4ht or lwarp whether they give better results.

Best,
Denis

Von: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> Im Auftrag von Aradenatorix Veckhôm Avecælus
Gesendet: Montag, 5. Dezember 2022 20:49
An: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Betreff: How to export a large file with bibliography to markdown or docx with pandoc?

Hello:

I have a PhD thesis done in LaTeX, it is a rather long document that for the same reason was not created within a single file, but in several because of the chapters and annexes it has.

Additionally, I have worked on the bibliographic references in biblatex. So I would like to know how I could export it with pandoc to odt or at least to markdown if this is not possible. It is clear to me that if I do this, I would not get the expected result.

I have used several packages that are not basic, but are in the CTAN repository and available in TeXlive and Miktex without major problems, and custom configurations that I don't know how they could be exported with pandoc or if this question makes sense, since I am an occasional and quite basic pandoc user.

Regards
Aradnix
--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAACnk7ZgPRa3f3gEkb_Gf6qNbSEUjRo4S896tYAs%3D0dxqXfcaQ%40mail.gmail.com<https://groups.google.com/d/msgid/pandoc-discuss/CAACnk7ZgPRa3f3gEkb_Gf6qNbSEUjRo4S896tYAs%3D0dxqXfcaQ%40mail.gmail.com?utm_medium=email&utm_source=footer>.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/9fd56dd4623d46aa80975dcd1c13798b%40unibe.ch.

[-- Attachment #2: Type: text/html, Size: 6195 bytes --]

      parent reply	other threads:[~2022-12-12  9:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-05 19:48 Aradenatorix Veckhôm Avecælus
     [not found] ` <CAACnk7ZgPRa3f3gEkb_Gf6qNbSEUjRo4S896tYAs=0dxqXfcaQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-12-12  9:06   ` denis.maier-NSENcxR/0n0 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9fd56dd4623d46aa80975dcd1c13798b@unibe.ch \
    --to=denis.maier-nsencxr/0n0@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).