jgm/pandoc

Multiple references in \textcite{} produce incorrect citation

Open

#6,042 建立於 2020年1月10日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Haskell (44,133 star) (3,850 fork)batch import
format:LaTeXgood first issuereader

描述

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

貢獻者指南

Multiple references in \textcite{} produce incorrect citation · jgm/pandoc#6042 | Good First Issue