I'm trying to update biblatex, but I cannot succeed.
I'm following this guide from README file:
SEMI-AUTOMATIC INSTALLATION
Get the file biblatex-.tds.zip from
Unpack the archive in the root directory of the local TeX installation tree, for example
/usr/local/share/texmf/ [I put it in this folder]
or
/usr/share/texmf-local/
or
C:\Local TeX Files\
Update the file hash tables (also known as the file name database).
On teTeX and TeX Live systems, run texhash as root ('sudo texhash'). On MiKTeX, run 'initexmf --update-fndb' in a command window or use the 'Refresh FNDB' button of the MiKTeX Options window.
But I'm continuously receiving this message on Texstudio:
Package biblatex Error: Style 'abnt-numeric' not found. \RequireBibliographyStyle{\blx@bbxfile}
Does anybody knows how to resolve it?
I'm using ubuntu 16.04, package texlive-full
biblatex-abnt. It has not been around that long. Get it from https://www.ctan.org/pkg/biblatex-abnt unpack it and drop it in your local tree (https://tex.stackexchange.com/q/30494/35864). – moewe May 02 '17 at 13:57