jspitz / biblatex-publist

BibLaTeX bibliography support for publication lists
37 stars 4 forks source link

Disabling fixyear option causes margin year to appear for all bibitems of the same year #48

Closed Basmah1961 closed 1 year ago

Basmah1961 commented 1 year ago

image

\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}
jspitz commented 1 year ago

Erm, I thought this is the bug I have just fixed in the new release (v. 2.6) :-/

jspitz commented 1 year ago

BTW I have also responded to your stackexchange query in case you didn't see that (https://tex.stackexchange.com/a/689434/19291).

Basmah1961 commented 1 year ago

BTW I have also responded to your stackexchange query in case you didn't see that (https://tex.stackexchange.com/a/689434/19291).

Yes, I reported this because I didn't know you are the maintainer of the package. Also, github is better platform to report issues

jspitz commented 1 year ago

Also, github is better platform to report issues

I agree, just wanted to make sure you received that response (since you haven't yet approved it on stackexchange).

As to the bug: please check out the recent release and report back whether it fixes the issue for you as well.