Repetição do nome em \textapud
- 主要语言
- TeX
- 星标
- 150
- 派生
- 30
- PR 合并指标
- 30 天内没有已合并 PR
描述
O seguinte exemplo ilustra o caso:
```
\begin{filecontents*}{textapud.bib}
@article{collier09,
author={C. Collier},
title={AAA},
journal={BBB},
year=2009,
}
@article{doe2004,
author={J. Doe},
title={DDDD},
journal={CCC},
year=2004,
}
@article{doe2006,
author={J. Doe},
title={EEE},
journal={FFF},
year=2006,
}
\end{filecontents*}
\documentclass{article}
\usepackage[backend=biber,style=abnt,ittitles]{biblatex}
\addbibresource{textapud.bib}
\begin{document}
\apud{doe2004,doe2006}{collier09}\\
\textapud{doe2004,doe2006}{collier09}
\printbibliography
\end{document}
```
Onde obtemos como resultado:
(DOE, 2004; 2006 apud COLLIER, 2009)
Doe; Doe (2004; 2006 apud COLLIER, 2009)
Note que ```\apud``` tem o comportamento correto, enquanto ```\textapud``` repete o nome.
贡献指南
这个仓库没有索引到贡献指南
调研方向
The issue is in the biblatex-abnt package, specifically the \textapud command. Look at the package source files, likely biblatex-abnt.def or biblatex-abnt.cbx, to find the definition of \textapud and compare it with \apud. The example shows a minimal test case; compile it to reproduce the bug. The fix involves modifying the command to avoid repeating the author name when multiple works by the same author are cited.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- latex, tex
- 领域
- documentation
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100