jgm/pandoc

Multiple references in \textcite{} produce incorrect citation

Open

#6,042 opened on Jan 10, 2020

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Haskell (44,133 stars) (3,850 forks)batch import
format:LaTeXgood first issuereader

Description

If I

cite \textcite{a,b,c} and

then translate LaTeX to plain or docx format things do no appear correct. The translation reads,

cite a (YYYY; b YYYY; c YYYY) and

But I think it should be

cite a (YYYY), b (YYYY), and c (YYYY) and

Command:

pandoc -f latex -i ${fn}.tex -t DOCX -o ${fn}.docx --bibliography ./${fn}.bib

And version 2.9.1.1

Contributor guide