On 07/07/2016 12:14 PM, Jürgen Spitzmüller wrote:
Am Donnerstag, den 07.07.2016, 10:40 +0200 schrieb Michael Berger:
Hi,
I have a KOMA-Script Article using 'oscola style'.
This document compiled perfectly as long as I was using Texlive 2013.
After having installed TL2016 I am facing the error as per subject.
It appears that this error has to do with the oscola style because
similar documents using other styles do compile without any error.
I studied the etoolbox documentation but found nothing to resolve
this
error (I am not familiar with Latex and family).
Please, who can help ?
In recent versions of biblatex, firstinits has been renamed to
giveninits. I looks like oscola has not yet been updated to this change
(and you should submit a bug report to the oscola developers).
Try if the following helps as a workaround in the preamble:
\newtoggle{blx@giveninits}
If you use the "firstinits" option, the output might not be correct.
HTH
Jürgen
Michael
Hallo Jürgen,
I tried
\newtoggle{blx@giveninits}
and got
... Error: Toggle 'blx@giveninits' already defined.
but adding
\newtoggle{blx@firstinits}
instead to the preamble worked!
So, is oscola already updated?
Great help, thank you.
Michael