Подправил lastbib.sty, чтобы число библиографических ссылок не обрезалось после первой цифры. Напомню, я
здесь писал, что при работе с пакетом
TeXpert-а обрезается конец числа. Как выяснилось, остается только первая цифра. Т.е. 15 переходит в 1, 81 в 8, 120 в 1 и т.д.
Правленая версия:
Код: %%
%% This is file `lastbib.sty', created by TeXpert@Karaganda
%% on 27/10/1999.
%% modified by TeXpert@Karaganda 01/11/1999.
%%
%% And the usual copying conditions apply: If you change it, you take the blame;
%% if you pass it on, pass on all present condiditions; you
%% are not allowed to sell it.
%%
%% Allow for things like |... \LastBib\ references in the work| to
%% get `... 25 references in the work'
\def\filename{lastbib}
\def\fileversion{v1.0}
\def\filedate{1999/11/01}
\def\docdate {1994/11/01}
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{lastbib}[\filedate\space\fileversion\space
LaTeX2e package for refs to references count by TeXpert@Karaganda]
\def\LastBib{\ref{LastBib}}%
\@definecounter{enumv}
\def\bibitem{\stepcounter{enumv}\@ifnextchar[\@lbibitem\@bibitem}
\def\lastbib@putlabel{%
\immediate\write\@auxout{\string
\newlabel{LastBib}{{\theenumv}{}{}{}{}}}%
}
\def\endthebibliography{\def\@noitemerr{%
\@latex@warning{Empty `thebibliography' environment}}\lastbib@putlabel%
\endlist}
\endinput
%%
%% End of file `lastbib.sty'.