禁用 fixyear 选项会导致边距年份出现在同一年的所有 bibitem 中

禁用 fixyear 选项会导致边距年份出现在同一年的所有 bibitem 中

1

2021 年出现了两次,尽管在设置时只出现了一次fixyear=true

\begin{filecontents}{\jobname.bib}

@article{aldaoudeyeh2021new,
    title={A new method to fit logistic functions with wind turbines power curves using manufacturer datasheets},
    author={Aldaoudeyeh, {Al-Motasem} Ihssan and Alzaareer, Khaled and Harasis, Salman and {Al-Odat}, Zeyad and Obeidat, Mohammad and Mansour, Ayman and Wu, Di and Salem, Qusay},
    journal={IET Renewable Power Generation},
    volume={16},
    number={2},
    year={2021},
    month={12},
    doi={https://doi.org/10.1049/rpg2.12309}
}

@article{alzaareer2021sensitivity,
    title={Sensitivity Analysis for Voltage Stability Considering Voltage Dependent Characteristics of Loads and DGs},
    author={Alzaareer, Khaled and Saad, Maarouf and Mehrjerdi, Hasan and Salem, Qusay and Harasis, Salman and Aldaoudeyeh, {Al-Motasem} Ihssan and Al-Masri, Hussein MK},
    journal={IEEE Access},
    year={2021},
    month={11},
    volume={9},
    number={1},
    pages={156437-156450},
    publisher={IEEE},
    doi={https://doi.org/10.1109/ACCESS.2021.3129135}
}
    
\end{filecontents}

\documentclass{article}

\usepackage[bibstyle=publist, plauthorhandling=highlight, fixyear=false, marginyear=true]{biblatex}
\addbibresource{\jobname.bib}
\plauthorname[{Al-Motasem} Ihssan]{Aldaoudeyeh}

\begin{document}

\nocite{*}

\printbibliography[heading={subbibliography}, title={Journal Articles}, type=article]

\end{document}

答案1

这是一个错误,将在下一版本(2.6)中修复。与此同时,您可以使用存储库中的样式文件:https://github.com/jspitz/biblatex-publist/raw/master/publist.bbx

相关内容