Closed u-fischer closed 2 years ago
When using both the sbl style and the natbib option one gets an error:
\documentclass{article} \usepackage[natbib,style=sbl]{biblatex} \addbibresource{biblatex-examples.bib} \begin{document} \cite{doody} \printbiblist{abbreviations} \printbibliography \end{document}
! LaTeX Error: Command \Citefullauthor already defined. Or name \end... illegal, see p.192 of the manual.
sbl.cbx should probably better do this
\providecommand\Citefullauthor{} \renewrobustcmd*{\Citefullauthor}{% \@ifstar{\bibsentence\citefullauthor*}{\bibsentence\citefullauthor}}
When using both the sbl style and the natbib option one gets an error:
sbl.cbx should probably better do this