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!
backend=bibtextobackend=biberand run Biber instead of BibTeX, Biblatex with Biber: Configuring my editor to avoid undefined citations tells you how to do that. – moewe Nov 29 '17 at 09:17backend=biberyou need to run Biber instead of BibTeX. Have a look at my comment above for help with that. – moewe Nov 30 '17 at 10:17biblatexdo you run? Can you do an update? How did Biber not work for you? Did you read https://tex.stackexchange.com/q/154751/35864? What were the errors or warnings when you tried Biber? What did the.blgfile say? – moewe Dec 05 '17 at 15:42cannot make it workmean? What errors did you get? Please be more verbose about your problem so that we can diagnose it.. – Troy Dec 10 '17 at 17:09