jgm/pandoc

Multiple references in \textcite{} produce incorrect citation

Open

#6042 aperta il 10 gen 2020

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Haskell (3850 fork)batch import
format:LaTeXgood first issuereader

Metriche repository

Star
 (44.133 star)
Metriche merge PR
 (Merge medio 7g) (7 PR mergiate in 30 g)

Descrizione

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

Guida contributor