jgm/pandoc
Voir sur GitHubMultiple references in \textcite{} produce incorrect citation
Open
#6 042 ouverte le 10 janv. 2020
format:LaTeXgood first issuereader
Métriques du dépôt
- Stars
- (44 133 stars)
- Métriques de merge PR
- (Merge moyen 7j) (7 PRs mergées en 30 j)
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