[texhax] Biblatex error in texmf-20130530
David Woodfall
dave at dawoodfall.net
Mon Nov 11 21:03:11 CET 2013
Hi, I installed the latest texlive last night and I'm having a few
problems with biblatex. I also found a warning in texcount (patch
attached).
The biblatex error is:
====================
! Undefined control sequence.
<write> File: blx-compat.def \abx at cptid
l.2 [\abx at cptid]
?
! Emergency stop.
<write> File: blx-compat.def \abx at cptid
l.2 [\abx at cptid
===================
I tried this with the follwing MWE:
\documentclass[12pt,a4paper]{article}
\usepackage{biblatex}
\begin{document}
Test.
\end{document}
Can anyone shed any light?
Dave
-------------- next part --------------
--- share/texmf-dist/scripts/texcount/texcount.pl.orig 2013-11-11 18:16:18.388313783 +0000
+++ share/texmf-dist/scripts/texcount/texcount.pl 2013-11-11 18:16:32.407314117 +0000
@@ -2218,7 +2218,7 @@
}
$template=~s/\{VER\}/$versionnumber/gi;
# TODO: Should base warnings and errors on TeXcode or Main object
- $template=__process_template($template,"W|WARN|WARNING|WARNINGS",length(%warnings));
+ $template=__process_template($template,"W|WARN|WARNING|WARNINGS",scalar(keys %warnings));
$template=__process_template($template,"E|ERR|ERROR|ERRORS",$errorcount);
$template=__process_template($template,"S|SUM",get_sum_count($count));
$template=__process_template($template,"T|TITLE",$count->{'title'}||"");
More information about the texhax
mailing list