Hi James,
yes, this is the way I did it

my latex document consists of several sections like this one:

\begin{refsection}
\subsection{bla bla bla}
\include{chaptername} %<- inside this tex file are all the cite commands
\printbibliography
\end{refsection}

Regards

Stefan

Am Donnerstag, 4. Januar 2018 14:13:28 UTC+1 schrieb James AUSTIN:

Hi Stefan

Have you tried enclosing your references in a \refsection environment?

This link may shed more light: http://www.tex.ac.uk/FAQ-chapbib.html

Take care

James


On 04/01/2018 09:12, 'Stefan Stiene' via pandoc-discuss wrote:
Hi,
I have a latex file with a bibliography after each chapter. I want to convert this into a docx file but all references go into one bibliography at the end of the document. Is there any chance to generate multiple bibliography sections in docx?

I use pandoc 2.0.6 and the pandoc cmd I use is:

pandoc -s word_bibtex.tex -o pandoc.docx --metadata bibliography=references.bib --filter pandoc-citeproc --metadata link-citations --csl ieee.csl

In latex I use biblatex like described here: https://tex.stackexchange.com/questions/333617/how-to-use-chapterbib-package-syntax but I'm not bound to this. If any other solution (multibib, chapterbib,...) works with pandoc I can switch.

Thanks and Regards
Stefan
--
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-discus...@googlegroups.com.
To post to this group, send email to pandoc-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/2190ca6a-6085-4a46-a5aa-48e2b6cf3d10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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.
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/a1b5f273-78c4-4a7f-ba49-1d2746f20c48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.