jgm/pandoc

Multiple references in \textcite{} produce incorrect citation

Open

#6.042 geöffnet am 10. Jan. 2020

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (3.850 Forks)batch import
format:LaTeXgood first issuereader

Repository-Metriken

Stars
 (44.133 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T) (7 gemergte PRs in 30 T)

Beschreibung

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