Closed wagoner47 closed 3 years ago
The issue comes from a wrong input of <í> in BibTeX. This should be Mart\'{i}n
rather than Mart{\'\i}n
(since the U+301 combining accent is not available in utf8 inputenc, see https://tex.stackexchange.com/q/329239). In normal biblatex this only compiles since this name is not parsed there (outside the maxnames
scope).
Try this (I also cleaned up some other things in the notation):
\documentclass{article}
%\usepackage{biblatex}
\usepackage[bibstyle=publist, maxnames=100]{biblatex}
\plauthorname[Erika L.]{Wagoner}
\begin{filecontents}[overwrite]{\jobname.bib}
@ARTICLE{Wagoner2020,
author = {Wagoner, Erika L. and Rozo, Eduardo and Fang, Xiao and Crocce, Mart\'{i}n and Elvin-Poole, Jack and Weaverdyck, Noah and {(DES Collaboration)}},
title = {Linear systematics mitigation in galaxy clustering in the Dark Energy Survey Year 1 Data},
journal = MNRAS,
keywords = {methods: data analysis, methods: statistical, galaxies: photometry, dark energy, cosmology: observations, Astrophysics - Cosmology and Nongalactic Astrophysics},
year = 2021,
month = may,
volume = {503},
number = {3},
pages = {4349-4362},
doi = {10.1093/mnras/stab717},
archivePrefix = {arXiv},
eprint = {2009.10854},
primaryClass = {astro-ph.CO},
adsurl = {https://ui.adsabs.harvard.edu/abs/2021MNRAS.503.4349W},
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\begin{document}
\nocite{*}
\printbibliography
\end{document}
Thank you! I never even realized it was wrong since I copied it from ADS!
I found out about this package and was really hoping to use it for my CV. However, I'm having an issue with getting it to compile. I have created a minimal working example below.
When I try to typeset this example, I end up with the following error message (truncated to only include one copy of each statement in the message):
If I instead use the default bibstyle (by uncommenting line 2 and commenting lines 3&4), it compiles as expected.
I'm using TexLive 2021 with biblatex v3.16 and publist.bbx v1.21.