dcpurton / biblatex-sbl

Society of Biblical Literature (SBL) style files for biblatex
25 stars 6 forks source link

clash with the natbib option #127

Closed u-fischer closed 2 years ago

u-fischer commented 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}}