MadYuv
2017-04-21 10:46:01 UTC
Hi All,
I received set of files which uses biblatex and I am new to biblatex package, the code is follows:
\usepackage[backend=biber,authordate,doi=false,url=false,isbn=false]{biblatex-chicago}
\addbibresource{test.bib}
\AtEveryBibitem{% Clean up the bibtex rather than editing it
\ifentrytype{online}
{}
{\clearfield{urlyear}\clearfield{urlmonth}\clearfield{urlday}}}
I used biber to generate the bibliography and bbl file also generated, but while compilation the following error happening:
! Package biblatex Error: No driver found.
See the biblatex package documentation for explanation.
Type H <return> for immediate help.
...
l.486 \end
{document}
then I pressed the s option, again one more error:
! Package biblatex Error: Too deeply nested parentheses or brackets.
Please help me what went wrong in my code, my package version is mentioned below:
Biber 2.7
biblatex-chicago.sty v3.4
biblatex.sty v3.7
I received set of files which uses biblatex and I am new to biblatex package, the code is follows:
\usepackage[backend=biber,authordate,doi=false,url=false,isbn=false]{biblatex-chicago}
\addbibresource{test.bib}
\AtEveryBibitem{% Clean up the bibtex rather than editing it
\ifentrytype{online}
{}
{\clearfield{urlyear}\clearfield{urlmonth}\clearfield{urlday}}}
I used biber to generate the bibliography and bbl file also generated, but while compilation the following error happening:
! Package biblatex Error: No driver found.
See the biblatex package documentation for explanation.
Type H <return> for immediate help.
...
l.486 \end
{document}
then I pressed the s option, again one more error:
! Package biblatex Error: Too deeply nested parentheses or brackets.
Please help me what went wrong in my code, my package version is mentioned below:
Biber 2.7
biblatex-chicago.sty v3.4
biblatex.sty v3.7