texlive[70376] Master: lastbib (3mar24)
commits+karl at tug.org
commits+karl at tug.org
Sun Mar 3 21:56:59 CET 2024
Revision: 70376
https://tug.org/svn/texlive?view=revision&revision=70376
Author: karl
Date: 2024-03-03 21:56:59 +0100 (Sun, 03 Mar 2024)
Log Message:
-----------
lastbib (3mar24)
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tlpkg-ctan-check
trunk/Master/tlpkg/libexec/ctan2tds
trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
Added Paths:
-----------
trunk/Master/texmf-dist/doc/latex/lastbib/
trunk/Master/texmf-dist/doc/latex/lastbib/README
trunk/Master/texmf-dist/tex/latex/lastbib/
trunk/Master/texmf-dist/tex/latex/lastbib/lastbib.sty
trunk/Master/tlpkg/tlpsrc/lastbib.tlpsrc
Added: trunk/Master/texmf-dist/doc/latex/lastbib/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/lastbib/README (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/lastbib/README 2024-03-03 20:56:59 UTC (rev 70376)
@@ -0,0 +1,12 @@
+This package, lastbib, useful if you want to use your bibliographic references count.
+It allows for things like |... \LastBib\ references in the work| to get `... 25 references in the work'
+It was inspired by early version of package lastpage.sty
+pastorm/ru-board fixed a bug with BiBTeX and href
+
+The LaTeX Project Public License
+
+Enjoy!
+
+Berik I. Tuleuov, Karaganda, Kazakhstan. E-mail: berik_t at yahoo.com
+
+
Property changes on: trunk/Master/texmf-dist/doc/latex/lastbib/README
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lastbib/lastbib.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lastbib/lastbib.sty (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lastbib/lastbib.sty 2024-03-03 20:56:59 UTC (rev 70376)
@@ -0,0 +1,33 @@
+%%
+%% This is file `lastbib.sty', created by Berik I. Tuleuov,
+%% Karaganda, Kazakhstan, on 27/10/1999.
+%% Modified 01/11/1999.
+%% Modified by pastorm/ru-board to fix some bugs 29/01/2010.
+%% Modified 02/03/2024 to change License agreement to The LaTeX Project Public License
+%%
+%%
+%% Allow for things like |... \LastBib\ references in the work| to
+%% get `... 25 references in the work'
+
+\def\filename{lastbib}
+\def\fileversion{v2.1}
+\def\filedate{2024/03/02}
+\def\docdate {2024/03/02}
+
+\NeedsTeXFormat{LaTeX2e}[1994/06/01]
+\ProvidesPackage{lastbib}[\filedate\space\fileversion\space
+LaTeX2e package for refs to bibliographic references count by Berik I. Tuleuov]
+
+\def\LastBib{\ref{LastBib}}%
+\@definecounter{enumv}
+\def\bibitem{\stepcounter{enumv}\@ifnextchar[\@lbibitem\@bibitem}
+\def\lastbib at putlabel{%
+\immediate\write\@auxout{\string
+\newlabel{LastBib}{{\theenumv}{}{}{}{}}}%
+}
+\def\endthebibliography{\def\@noitemerr{%
+\@latex at warning{Empty `thebibliography' environment}}\lastbib at putlabel%
+\endlist}
+\endinput
+%%
+%% End of file `lastbib.sty'.
Property changes on: trunk/Master/texmf-dist/tex/latex/lastbib/lastbib.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check 2024-03-03 20:55:41 UTC (rev 70375)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check 2024-03-03 20:56:59 UTC (rev 70376)
@@ -471,7 +471,7 @@
labbook labels labels4easylist labelschanged
labyrinth ladder lambda-lists lambdax langcode langnames
langsci langsci-avm
- lapdf lastpackage lastpage
+ lapdf lastbib lastpackage lastpage
latex latex-amsmath-dev latex-base-dev
latex-brochure
latex-context-ppchtex latex-course latex-doc-ptr latex-firstaid-dev
Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds 2024-03-03 20:55:41 UTC (rev 70375)
+++ trunk/Master/tlpkg/libexec/ctan2tds 2024-03-03 20:56:59 UTC (rev 70376)
@@ -775,7 +775,6 @@
'lamstex', "die 'skipping, old'",
'lamstex-index', "die 'skipping, old'",
'langsci-affiliations',"die 'skipping, part of langsci'",
- 'lastbib', "die 'skipping, nonfree'",
'latex-base', "die 'skipping, use latex'",
'latex-bib-ex', "die 'skipping, author request'",
'latex-bib2-ex', "die 'skipping, author request'",
Modified: trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc 2024-03-03 20:55:41 UTC (rev 70375)
+++ trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc 2024-03-03 20:56:59 UTC (rev 70376)
@@ -769,6 +769,7 @@
depend labels4easylist
depend labelschanged
depend lambdax
+depend lastbib
depend lastpackage
depend lastpage
depend latex-amsmath-dev
Added: trunk/Master/tlpkg/tlpsrc/lastbib.tlpsrc
===================================================================
More information about the tex-live-commits
mailing list.