0

I am using JabRef and for some bibliography entries, it is reporting a clash

Use of \blx@bbl@verbadd@i doesn't match its definition. \verb

I have already studied this answer Biblatex: include bbl, problem with “verb” field, but I could not figure out how to implement it with JabRef.

The entry in the .bbl file is like that

 \entry{book:464554}{book}{}
\name{author}{1}{}{%
  {{hash=TSJ}{%
     family={Taylor},
     family_i={T\bibinitperiod},
     given={Stephen\bibnamedelima J.},
     given_i={S\bibinitperiod\bibinitdelim J\bibinitperiod},
  }}%
}
\strng{namehash}{TSJ1}
\strng{fullhash}{TSJ1}
\field{labelnamesource}{author}
\field{labeltitlesource}{title}
\field{sortinit}{2}
\field{sortinithash}{2}
\field{edition}{2nd}
\field{isbn}{9812770844,9789812770844,9789812770851}
\field{title}{Modelling Financial Times Series}
\verb{url}
\verb
 http://gen.lib.rus.ec/book/index.php?md5=E14E3D6D5388324EF252FBB2008797
\verb 83
\endverb
\field{year}{2007}
\endentry

And when I comment the lines "verb", the problem disappears. However I have to do it manually every time I change the JabRef file (.bib) and it updates the .bbl file.

\entry{book:464554}{book}{}
\name{author}{1}{}{%
  {{hash=TSJ}{%
     family={Taylor},
     family_i={T\bibinitperiod},
     given={Stephen\bibnamedelima J.},
     given_i={S\bibinitperiod\bibinitdelim J\bibinitperiod},
  }}%
}
\strng{namehash}{TSJ1}
\strng{fullhash}{TSJ1}
\field{labelnamesource}{author}
\field{labeltitlesource}{title}
\field{sortinit}{2}
\field{sortinithash}{2}
\field{edition}{2nd}
\field{isbn}{9812770844,9789812770844,9789812770851}
\field{title}{Modelling Financial Times Series}
%\verb{url}
%\verb
% http://gen.lib.rus.ec/book/index.php?md5=E14E3D6D5388324EF252FBB2008797
%\verb 83
%\endverb
\field{year}{2007}
\endentry

I am using

\usepackage[
backend=bibtex,
style=alphabetic,
sorting=ynt,
style=numeric-comp
]{biblatex}
\usepackage[nottoc,numbib]{tocbibind}
\bibliography{motivacao.bib}

My guess would be the problem is associated with the

@Book entry in the .bib file, because maybe the field "url" should not be there?

As soon as I comment or remove the field from there (JabRef) it works perfectly.

Does anybody have a proper workaround besides deleting or commenting the fault lines?

Thanks!

unmark1
  • 469

0 Answers0